Skip to content

Commit 4fae8e0

Browse files
author
abdul
committed
update version
1 parent 6711f58 commit 4fae8e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
setup(
44
name='mbs_client',
5-
version='0.2.8',
5+
version='0.3.0',
66
packages=find_packages(),
77
install_requires=[
88
'httplib2>=0.9',
9-
"makerpy>=0.1.9",
9+
"makerpy>=0.3.1",
1010
"robustify>=0.1.0"
1111
],
1212
dependency_links=[
13-
"https://github.com/objectlabs/maker-py/archive/0.1.9.zip#egg=makerpy-0.1.9",
13+
"https://github.com/objectlabs/maker-py/archive/0.3.1.zip#egg=makerpy-0.3.1",
1414
"https://github.com/objectlabs/robustify/archive/0.1.0.zip#egg=robustify-0.1.0"
1515
]
1616

0 commit comments

Comments
 (0)