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 77d9d16 commit 855ca7dCopy full SHA for 855ca7d
FuelSDK/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = '0.9.2'
+__version__ = '0.9.3'
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.2',
+ version='0.9.3',
8
name='FuelSDK',
9
description='ExactTarget Fuel SDK for Python',
10
long_description=readme,
0 commit comments