We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56d6e73 commit c0a1d4bCopy full SHA for c0a1d4b
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__ = '1.3.1-master' # same version as in setup.py
+__version__ = '1.3.1' # same version as in setup.py
setup.py
@@ -15,7 +15,7 @@
kwargs = {
'name': 'ros_buildfarm',
18
- 'version': '1.3.1-master', # same version as in ros_buildfarm/__init__.py
+ 'version': '1.3.1', # same version as in ros_buildfarm/__init__.py
19
'packages': find_packages(exclude=['test']),
20
'scripts': scripts,
21
'include_package_data': True,
0 commit comments