Skip to content

Commit

Permalink
Version 0.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
noahziheng committed Apr 12, 2018
1 parent 9db7b2e commit 9dc8465
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.8",
version = "0.9.9",
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.8.tar.gz',
download_url = 'https://github.com/noahziheng/freeiot/archive/0.9.9.tar.gz',
packages = find_packages(),
install_requires=[ # 依赖列表
'Flask>=0.12.2',
Expand Down

0 comments on commit 9dc8465

Please sign in to comment.