Skip to content

Commit

Permalink
[release] Bump up init to 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishek776 committed Sep 14, 2016
1 parent d896242 commit 6615a7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deux/__init__.py
Expand Up @@ -12,7 +12,7 @@
'version_info_t', ('major', 'minor', 'micro', 'releaselevel', 'serial'),
)

VERSION = version_info = version_info_t(1, 0, 0, '', '')
VERSION = version_info = version_info_t(1, 1, 0, '', '')

__version__ = '{0.major}.{0.minor}.{0.micro}{0.releaselevel}'.format(VERSION)
__author__ = 'Robinhood Markets'
Expand Down

0 comments on commit 6615a7f

Please sign in to comment.