We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 44518ba + ae9d36f commit b09487fCopy full SHA for b09487f
2 files changed
ozone/__init__.py
@@ -4,4 +4,4 @@
4
5
__author__ = """John Mille"""
6
__email__ = 'john@lambda-my-aws.io'
7
-__version__ = '0.1'
+__version__ = '0.1.0'
setup.py
@@ -43,6 +43,6 @@
43
test_suite='tests',
44
tests_require=test_requirements,
45
url='https://github.com/johnpreston/ozone',
46
- version=__version__,
+ version='0.1.0',
47
zip_safe=False,
48
)
0 commit comments