8000 updated version · yurib/FuelSDK-Python@0a7032d · GitHub
[go: up one dir, main page]

Skip to content 8000

Commit 0a7032d

Browse files
author
Charlie Moad
committed
updated version
1 parent 67fc833 commit 0a7032d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

FuelSDK/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '0.9.0'
1+
__version__ = '0.9.1'
22

33
# Runtime patch the suds library
44
from suds_patch import _PropertyAppender

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
readme = f.read()
55

66
setup(
7-
version='0.9.0',
7+
version='0.9.1',
88
name='FuelSDK',
99
description='ExactTarget Fuel SDK for Python',
1010
long_description=readme,

0 commit comments

Comments
 (0)
0