Skip to content

Commit

Permalink
Bump version: 0.1.16 → 0.1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
vEpiphyte committed Dec 6, 2022
1 parent 029526c commit eadab1c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 = 0.1.16
current_version = 0.1.17
commit = True
tag = True
tag_message =
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import setup, find_packages
from setuptools.command.install import install

VERSION = '0.1.16'
VERSION = '0.1.17'

class VerifyVersionCommand(install):
"""Custom command to verify that the git tag matches our version"""
Expand Down
2 changes: 1 addition & 1 deletion vtx_common/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version = (0, 1, 16)
version = (0, 1, 17)
verstring = '.'.join([str(x) for x in version])

0 comments on commit eadab1c

Please sign in to comment.