Skip to content

Commit

Permalink
Upgrade to 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
noahziheng committed Mar 4, 2018
1 parent 581938f commit 2596d30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@

setup(
name = "libfreeiot",
version = "0.9.1",
version = "0.9.2",
description = 'A free, open-source IoT Framework',
author = 'Noah Gao',
author_email = '[email protected]',
url = 'https://github.com/noahziheng/freeiot',
download_url = 'https://github.com/noahziheng/freeiot/archive/0.9.1.tar.gz',
download_url = 'https://github.com/noahziheng/freeiot/archive/0.9.2.tar.gz',
packages = find_packages(),
install_requires=[ # 依赖列表
'Flask>=0.12.2',
Expand Down

0 comments on commit 2596d30

Please sign in to comment.