Skip to content

Commit c0a1d4b

Browse files
committed
1.3.1
1 parent 56d6e73 commit c0a1d4b

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.1-master' # same version as in setup.py
17+
__version__ = '1.3.1' # same version as in setup.py

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
kwargs = {
1717
'name': 'ros_buildfarm',
18-
'version': '1.3.1-master', # same version as in ros_buildfarm/__init__.py
18+
'version': '1.3.1', # same version as in ros_buildfarm/__init__.py
1919
'packages': find_packages(exclude=['test']),
2020
'scripts': scripts,
2121
'include_package_data': True,

0 commit comments

Comments
 (0)