Skip to content

Commit b53d9c2

Browse files
author
abdul
committed
update version
1 parent dd4b76b commit b53d9c2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

setup.py

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

33
setup(
44
name='mbs_client',
5-
version='0.3.3',
5+
version='0.3.4',
66
packages=find_packages(),
77
install_requires=[
8-
"makerpy>=0.3.3",
8+
"makerpy>=0.3.4",
99
"robustify>=0.1.0",
10-
"carbonio_client>=0.2.0"
10+
"carbonio_client==0.2.1"
1111
],
1212
dependency_links=[
13-
"https://github.com/objectlabs/maker-py/archive/0.3.3.zip#egg=makerpy-0.3.3",
13+
"https://github.com/objectlabs/maker-py/archive/0.3.4.zip#egg=makerpy-0.3.4",
1414
"https://github.com/objectlabs/robustify/archive/0.1.0.zip#egg=robustify-0.1.0",
15-
"git+ssh://[email protected]/carbon-io/[email protected].0#egg=carbonio_client-0.2.0"
15+
"git+ssh://[email protected]/carbon-io/[email protected].1#egg=carbonio_client-0.2.1"
1616

1717
]
1818

0 commit comments

Comments
 (0)