Skip to content
This repository has been archived by the owner on Aug 9, 2023. It is now read-only.

Commit

Permalink
Minor bump to fix pypi issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Mills committed Sep 7, 2017
1 parent 0ce3812 commit c9f2eb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion iotp.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# Set app information
appname = 'iotp'
appauthor = 'Dan Mills'
appversion = '1.0.2'
appversion = '1.0.2.1'

# Setup appdirs
dirs = AppDirs(appname, appauthor)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
setup(
name='iotp',
author='Dan Mills',
version='1.0.2',
version='1.0.2.1',
license='Apache 2.0',
url='https://github.com/evilhamsterman/iotp',
classifiers=[
Expand Down

0 comments on commit c9f2eb5

Please sign in to comment.