Skip to content

Commit 11b8824

Browse files
committed
bump version to 1.0.2
still trying to figure out how the version numbers interact with pypi
1 parent 77a6eae commit 11b8824

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

onesky/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version_info__ = ('1', '0', '1')
1+
__version_info__ = ('1', '0', '2')
22
__version__ = '.'.join(__version_info__)

setup.py

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

55
setup(
66
name='onesky-python',
7-
version='1.0',
7+
version='1.0.2',
88
description='python wrapper for the OneSky REST API',
99
author='Jana Mobile',
1010
author_email='technology@jana.com',

0 commit comments

Comments
 (0)