We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a244330 commit f7cb3b0Copy full SHA for f7cb3b0
pyFileFixity/_infos.py
@@ -4,7 +4,7 @@
4
__email__ = 'LRQ3000@gmail.com'
5
6
# Definition of the version number
7
-version_info = 2, 2, 1 # major, minor, patch, extra
+version_info = 2, 3, 0 # major, minor, patch, extra
8
9
# Nice string for the version (mimic how IPython composes its version str)
10
__version__ = '-'.join(map(str, version_info)).replace('-', '.').strip('-')
0 commit comments