Skip to content

Commit ae9d36f

Browse files
committed
Fixed: Version names to allow use of bumpversion
1 parent 44518ba commit ae9d36f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ozone/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
__author__ = """John Mille"""
66
__email__ = 'john@lambda-my-aws.io'
7-
__version__ = '0.1'
7+
__version__ = '0.1.0'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@
4343
test_suite='tests',
4444
tests_require=test_requirements,
4545
url='https://github.com/johnpreston/ozone',
46-
version=__version__,
46+
version='0.1.0',
4747
zip_safe=False,
4848
)

0 commit comments

Comments
 (0)