Skip to content

Commit

Permalink
1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dirk-thomas committed Aug 30, 2017
1 parent 46d6794 commit 7e72181
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ros_buildfarm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@

# the version must be either a released version number which is also a tag name
# or an upcoming version number followed by a branch name separated by a dash
__version__ = '1.4.1-master' # same version as in setup.py
__version__ = '1.4.1' # same version as in setup.py
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

kwargs = {
'name': 'ros_buildfarm',
'version': '1.4.1-master', # same version as in ros_buildfarm/__init__.py
'version': '1.4.1', # same version as in ros_buildfarm/__init__.py
'packages': find_packages(exclude=['test']),
'scripts': scripts,
'include_package_data': True,
Expand Down

0 comments on commit 7e72181

Please sign in to comment.