We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 343f633 commit e5b4ba6Copy full SHA for e5b4ba6
1 file changed
setup.py
@@ -1,7 +1,7 @@
1
from distutils.core import setup
2
3
setup(name='fsapi',
4
- version='0.0.2',
+ version='0.0.3',
5
description='Implementation of the Frontier Silicon API for python',
6
#install_requires=['requests','lxml'],
7
#maintainer='Krasimir Zhelev',
@@ -13,6 +13,6 @@
13
#include_package_data=True,
14
keywords='fsapi frontier silicon',
15
license='Apache 2',
16
- download_url='https://github.com/zhelev/python-fsapi/archive/0.0.2.zip',
+ download_url='https://github.com/zhelev/python-fsapi/archive/0.0.3.zip',
17
url='https://github.com/zhelev/python-fsapi.git',
18
)
0 commit comments