Skip to content

Commit

Permalink
Jump to ver. 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mzks committed Dec 5, 2020
1 parent fc3e7df commit 6fe7207
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apple_health/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.0.1'
__version__ = '1.0'

from .core import *

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setuptools.setup(
name='apple_health',
version='0.0.1',
version='1.0',
description='Data manager of exported iPhone health data',
author='Keita Mizukoshi (@mzks)',
url='https://github.com/mzks/apple_health',
Expand Down

0 comments on commit 6fe7207

Please sign in to comment.