We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7aa3860 commit 38cf5feCopy full SHA for 38cf5fe
ros_buildfarm/__init__.py
@@ -14,4 +14,4 @@
14
15
# the version must be either a released version number which is also a tag name
16
# 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
+__version__ = '2.0.1' # same version as in setup.py
setup.py
@@ -21,7 +21,7 @@
21
22
kwargs = {
23
'name': 'ros_buildfarm',
24
- 'version': '2.0.1-master', # same version as in ros_buildfarm/__init__.py
+ 'version': '2.0.1', # same version as in ros_buildfarm/__init__.py
25
'packages': find_packages(exclude=['test']),
26
'scripts': scripts,
27
'include_package_data': True,
0 commit comments