Skip to content

Commit f7cb3b0

Browse files
committed
Bump version 2.3.0
Signed-off-by: Stephen L. <lrq3000@gmail.com>
1 parent a244330 commit f7cb3b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyFileFixity/_infos.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
__email__ = 'LRQ3000@gmail.com'
55

66
# Definition of the version number
7-
version_info = 2, 2, 1 # major, minor, patch, extra
7+
version_info = 2, 3, 0 # major, minor, patch, extra
88

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

0 commit comments

Comments
 (0)