Skip to content

Commit

Permalink
Bump version: 1.0.1 → 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leigh-johnson committed Feb 9, 2020
1 parent af9977f commit bda7513
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion rpi_deep_pantilt/__init__.py
Expand Up @@ -4,4 +4,4 @@

__author__ = """Leigh Johnson"""
__email__ = 'hi@leighjohnson.me'
__version__ = '1.0.1'
__version__ = '1.1.0'
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.1
current_version = 1.1.0
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -111,7 +111,7 @@ def run(self):
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/leigh-johnson/rpi-deep-pantilt',
version='1.0.1',
version='1.1.0',
zip_safe=False,

)

0 comments on commit bda7513

Please sign in to comment.