Skip to content

Commit

Permalink
updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreu Vallbona committed Jun 3, 2016
1 parent edc1c8e commit e37e1de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -21,7 +21,7 @@

setup(
name='transmanager',
version='0.2',
version='0.2.0',
packages=find_packages(),
include_package_data=True,
license='BSD License',
Expand Down
2 changes: 1 addition & 1 deletion transmanager/__init__.py
@@ -1,5 +1,5 @@
__author__ = 'Andreu Vallbona'
__email__ = 'avallbona@gmail.com'
__version__ = '0.2'
__version__ = '0.2.0'

default_app_config = 'transmanager.apps.TransManagerConfig'

0 comments on commit e37e1de

Please sign in to comment.