Skip to content

Commit e5b4ba6

Browse files
committed
version bump
1 parent 343f633 commit e5b4ba6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from distutils.core import setup
22

33
setup(name='fsapi',
4-
version='0.0.2',
4+
version='0.0.3',
55
description='Implementation of the Frontier Silicon API for python',
66
#install_requires=['requests','lxml'],
77
#maintainer='Krasimir Zhelev',
@@ -13,6 +13,6 @@
1313
#include_package_data=True,
1414
keywords='fsapi frontier silicon',
1515
license='Apache 2',
16-
download_url='https://github.com/zhelev/python-fsapi/archive/0.0.2.zip',
16+
download_url='https://github.com/zhelev/python-fsapi/archive/0.0.3.zip',
1717
url='https://github.com/zhelev/python-fsapi.git',
1818
)

0 commit comments

Comments
 (0)