Skip to content
This repository has been archived by the owner on Dec 28, 2019. It is now read-only.

Commit

Permalink
CI | Increment the version number [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Richienb committed Sep 22, 2018
1 parent 25fcbd0 commit 2086e2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.0.0.38
current_version = 2.0.0.39
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)\.(?P<build>\d+)
serialize = {major}.{minor}.{patch}.{build}

2 changes: 1 addition & 1 deletion pkg-module/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setuptools.setup(
name="ros-code-modules",
version="2.0.0.38",
version="2.0.0.39",
author="Richie Bendall",
author_email="richiebendall@gmail.com",
description=
Expand Down

0 comments on commit 2086e2e

Please sign in to comment.