Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis Cunningham committed Nov 6, 2014
1 parent f95fccd commit 0b2344b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from distutils.core import setup

name = 'dropboxfs'
version = '0.4.0'
version = '0.4.1'
release = '0'
versrel = version + '-' + release
readme = os.path.join(os.path.dirname(__file__), 'README.rst')
Expand All @@ -19,11 +19,11 @@
'fs',
'dropbox',
],
author='Ben Timby',
author_email='btimby@gmail.com',
maintainer='Ben Timby',
maintainer_email='btimby@gmail.com',
url='http://github.com/btimby/fs-dropbox/',
author='SmartFile',
author_email='tcunningham@smartfile.com',
maintainer='Travis Cunningham',
maintainer_email='tcunningham@smartfile.com',
url='http://github.com/smartfile/fs-dropbox/',
license='GPLv3',
py_modules=['dropboxfs'],
package_data={'': ['README.rst']},
Expand Down

0 comments on commit 0b2344b

Please sign in to comment.