Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen L. <[email protected]>
  • Loading branch information
lrq3000 committed Nov 16, 2015
1 parent 0a2740a commit 654e698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _infos.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
__email__ = '[email protected]'

# Definition of the version number
version_info = 2, 0, 0, 'b1' # major, minor, patch, extra
version_info = 2, 0, 0, 'b2' # major, minor, patch, extra

# Nice string for the version (mimic how IPython composes its version str)
__version__ = '-'.join(map(str, version_info)).replace('-', '.').strip('-')

0 comments on commit 654e698

Please sign in to comment.