Skip to content

Commit b09487f

Browse files
authored
Merge pull request #4 from lambda-my-aws/fix/release
Fixed: Version names to allow use of bumpversion
2 parents 44518ba + ae9d36f commit b09487f

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)