File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 1.4 .0
2
+ current_version = 1.5 .0
3
3
commit = True
4
4
tag = True
5
5
tag_name = " {new_version}"
Original file line number Diff line number Diff line change 55
55
# built documents.
56
56
#
57
57
# The short X.Y version.
58
- version = '1.4 .0'
58
+ version = '1.5 .0'
59
59
# The full version, including alpha/beta/rc tags.
60
- release = '1.4 .0'
60
+ release = '1.5 .0'
61
61
62
62
# The language for content autogenerated by Sphinx. Refer to documentation
63
63
# for a list of supported languages.
Original file line number Diff line number Diff line change 1
1
# __all__ = ['itoolkit']
2
- __version__ = "1.4 .0"
2
+ __version__ = "1.5 .0"
3
3
from .itoolkit import *
4
4
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ def finalize_options(self):
34
34
35
35
setup (
36
36
name = 'itoolkit' ,
37
- version = '1.4 .0' ,
37
+ version = '1.5 .0' ,
38
38
description = 'IBM i toolkit' ,
39
39
long_description = 'IBM i toolkit' ,
40
40
# url='https://github.com/pypa/sampleproject',
You can’t perform that action at this time.
0 commit comments