We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5679dc commit 5f2b3bdCopy full SHA for 5f2b3bd
setup.py
@@ -2,15 +2,15 @@
2
3
setup(
4
name='mbs_client',
5
- version='0.2.4',
+ version='0.2.5',
6
packages=find_packages(),
7
install_requires=[
8
'httplib2>=0.9',
9
- "makerpy>=0.1.7",
+ "makerpy>=0.1.8",
10
"robustify>=0.1.0"
11
],
12
dependency_links=[
13
- "https://github.com/objectlabs/maker-py/archive/0.1.7.zip#egg=makerpy-0.1.7",
+ "https://github.com/objectlabs/maker-py/archive/0.1.8.zip#egg=makerpy-0.1.8",
14
"https://github.com/objectlabs/robustify/archive/0.1.0.zip#egg=robustify-0.1.0"
15
]
16
0 commit comments