1
0
mirror of https://github.com/ansible/mazer.git synced 2026-02-05 12:45:17 +01:00

Bump version: 0.6.0 → 1.0.0

This commit is contained in:
Adrian Likins
2019-05-30 17:11:43 -04:00
parent 72b9a63f82
commit 61173db612
4 changed files with 4 additions and 4 deletions

View File

@@ -1 +1 @@
__version__ = '0.6.0'
__version__ = '1.0.0'

View File

@@ -1 +1 @@
__version__ = '0.6.0'
__version__ = '1.0.0'

View File

@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.6.0
current_version = 1.0.0
commit = True
tag = True

View File

@@ -45,6 +45,6 @@ setup(
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/ansible/galaxy-cli',
version='0.6.0',
version='1.0.0',
zip_safe=False,
)