Skip to content

Commit

Permalink
Merge pull request #71 from flynneva/devel
Browse files Browse the repository at this point in the history
bump version on docs and setup.py
  • Loading branch information
flynneva authored Oct 22, 2020
2 parents 61e293b + 4bf74e6 commit 74bb030
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
# The short X.Y version
version = ''
# The full version, including alpha/beta/rc tags
release = '0.0.14'
release = '0.0.15'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setuptools.setup(
name=package_name,
version='0.0.13',
version='0.0.15',
packages=[package_name],
data_files=[
('share/ament_index/resource_index/packages',
Expand Down

0 comments on commit 74bb030

Please sign in to comment.