We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87453ff commit 7643489Copy full SHA for 7643489
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.3-master' # same version as in setup.py
+__version__ = '1.4.0' # same version as in setup.py
setup.py
@@ -21,7 +21,7 @@
21
22
kwargs = {
23
'name': 'ros_buildfarm',
24
- 'version': '1.3.3-master', # same version as in ros_buildfarm/__init__.py
+ 'version': '1.4.0', # 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