Skip to content

Commit 38cf5fe

Browse files
committed
2.0.1
1 parent 7aa3860 commit 38cf5fe

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__ = '2.0.1-master' # same version as in setup.py
17+
__version__ = '2.0.1' # 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': '2.0.1-master', # same version as in ros_buildfarm/__init__.py
24+
'version': '2.0.1', # 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)