Skip to content

Commit be4eb26

Browse files
committed
modified setup
1 parent dfff126 commit be4eb26

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
setup(
33
name = 'skyhookdmpy', # How you named your package folder (MyLib)
44
packages = ['skyhookdmpy'], # Chose the same as "name"
5-
version = '0.2.5', # Start with a small number and increase it with every change you make
5+
version = '0.2.9', # Start with a small number and increase it with every change you make
66
license='MIT', # Chose a license from here: https://help.github.com/articles/licensing-a-repository
77
description = 'Python client of Skyhook for Ceph', # Give a short description about your library
88
author = 'Xiaowei Chu', # Type in your name
99
author_email = 'xweichu@hotmail.com', # Type in your E-Mail
1010
url = 'https://github.com/uccross/skyhookdm-pythonclient', # Provide either the link to your github or to your website
11-
download_url = 'https://github.com/uccross/skyhookdm-pythonclient/archive/v0.2.5.tar.gz', # I explain this later on
11+
download_url = 'https://github.com/uccross/skyhookdm-pythonclient/archive/v0.2.7.tar.gz', # I explain this later on
1212
keywords = ['SkyhookDM', 'Skyhook', 'Skyhook-pythonclient'], # Keywords that define your package best
1313
install_requires=[ # I get to this in a second
1414
'pyarrow',
15-
'uproot',
15+
'msgpack==0.6.2'
1616
'uproot',
1717
'bokeh',
1818
'wget',

0 commit comments

Comments
 (0)