Skip to content

Commit

Permalink
Bump version: 0.9.0 -> 0.9.1 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Cleary committed Jun 14, 2019
1 parent 1d4bbb6 commit 19c94ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.9.0
current_version = 0.9.1
tag = True
commit = True
message = Bump version: {current_version} -> {new_version} [ci skip]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def run_tests(self):
setup(
cmdclass={'test': PyTest},
name='vinyldns-python',
version='0.9.0',
version='0.9.1',
packages=find_packages('src'),
package_dir={'': 'src'},
py_modules=[splitext(basename(path))[0] for path in glob('src/*.py')],
Expand Down

0 comments on commit 19c94ee

Please sign in to comment.