Skip to content

Commit 4a22e16

Browse files
author
Joel Frederico
committed
Bump version: 1.1.3 → 1.1.4
1 parent c065a46 commit 4a22e16

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.1.3
2+
current_version = 1.1.4
33
commit = True
44
tag = True
55

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
# built documents.
6868
#
6969
# The full version, including alpha/beta/rc tags.
70-
release = '1.1.3'
70+
release = '1.1.4'
7171
# The short X.Y version.
7272
match = re.match('\w*\.\w*', release)
7373
if match:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
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.3',
26+
version='1.1.4',
2727

2828
description='Linac simulation package',
2929
long_description=long_description,

slactrac/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Author Joel Frederico, SLAC National Accelerator Laboratory
22
"""
33
"""
4-
__version__ = '1.1.3'
4+
__version__ = '1.1.4'
55
__all__ = [
66
'BeamParams',
77
'Beamline',

0 commit comments

Comments
 (0)