Skip to content

Commit

Permalink
Merge pull request #4 from lambda-my-aws/fix/release
Browse files Browse the repository at this point in the history
Fixed: Version names to allow use of bumpversion
  • Loading branch information
JohnPreston committed Jun 17, 2019
2 parents 44518ba + ae9d36f commit b09487f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ozone/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

__author__ = """John Mille"""
__email__ = 'john@lambda-my-aws.io'
__version__ = '0.1'
__version__ = '0.1.0'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/johnpreston/ozone',
version=__version__,
version='0.1.0',
zip_safe=False,
)

0 comments on commit b09487f

Please sign in to comment.