8000
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 67fc833 commit 0a7032dCopy full SHA for 0a7032d
FuelSDK/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = '0.9.0'
+__version__ = '0.9.1'
2
3
# Runtime patch the suds library
4
from suds_patch import _PropertyAppender
setup.py
@@ -4,7 +4,7 @@
readme = f.read()
5
6
setup(
7
- version='0.9.0',
+ version='0.9.1',
8
name='FuelSDK',
9
description='ExactTarget Fuel SDK for Python',
10
long_description=readme,
0 commit comments