Skip to content

Commit

Permalink
Bump version 2.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen L. <[email protected]>
  • Loading branch information
lrq3000 committed Dec 7, 2015
1 parent a244330 commit f7cb3b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyFileFixity/_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, 2, 1 # major, minor, patch, extra
version_info = 2, 3, 0 # 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 f7cb3b0

Please sign in to comment.