File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 1.1.5
2+ current_version = 1.1.6
33commit = True
44tag = True
55
Original file line number Diff line number Diff line change 6767# built documents.
6868#
6969# The full version, including alpha/beta/rc tags.
70- release = '1.1.5 '
70+ release = '1.1.6 '
7171# The short X.Y version.
7272match = re .match ('\w*\.\w*' , release )
7373if match :
Original file line number Diff line number Diff line change 2323 # Versions should comply with PEP440. For a discussion on single-sourcing
2424 # the version across setup.py and the project code, see
2525 # https://packaging.python.org/en/latest/single_source_version.html
26- version = '1.1.5 ' ,
26+ version = '1.1.6 ' ,
2727
2828 description = 'Linac simulation package' ,
2929 long_description = long_description ,
Original file line number Diff line number Diff line change 11# Author Joel Frederico, SLAC National Accelerator Laboratory
22"""
33"""
4- __version__ = '1.1.5 '
4+ __version__ = '1.1.6 '
55__all__ = [
66 'BeamParams' ,
77 'Beamline' ,
You can’t perform that action at this time.
0 commit comments