Skip to content

Commit 7643489

Browse files
committed
1.4.0
1 parent 87453ff commit 7643489

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ros_buildfarm/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414

1515
# the version must be either a released version number which is also a tag name
1616
# or an upcoming version number followed by a branch name separated by a dash
17-
__version__ = '1.3.3-master' # same version as in setup.py
17+
__version__ = '1.4.0' # same version as in setup.py

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
kwargs = {
2323
'name': 'ros_buildfarm',
24-
'version': '1.3.3-master', # same version as in ros_buildfarm/__init__.py
24+
'version': '1.4.0', # same version as in ros_buildfarm/__init__.py
2525
'packages': find_packages(exclude=['test']),
2626
'scripts': scripts,
2727
'include_package_data': True,

0 commit comments

Comments
 (0)