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 11[bumpversion]
2- current_version = 1.4 .0
2+ current_version = 1.5 .0
33commit = True
44tag = True
55tag_name = " {new_version}"
Original file line number Diff line number Diff line change 5555# built documents.
5656#
5757# The short X.Y version.
58- version = '1.4 .0'
58+ version = '1.5 .0'
5959# The full version, including alpha/beta/rc tags.
60- release = '1.4 .0'
60+ release = '1.5 .0'
6161
6262# The language for content autogenerated by Sphinx. Refer to documentation
6363# for a list of supported languages.
Original file line number Diff line number Diff line change 11# __all__ = ['itoolkit']
2- __version__ = "1.4 .0"
2+ __version__ = "1.5 .0"
33from .itoolkit import *
44
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ def finalize_options(self):
3434
3535setup (
3636 name = 'itoolkit' ,
37- version = '1.4 .0' ,
37+ version = '1.5 .0' ,
3838 description = 'IBM i toolkit' ,
3939 long_description = 'IBM i toolkit' ,
4040 # url='https://github.com/pypa/sampleproject',
You can’t perform that action at this time.
0 commit comments