Skip to content
This repository was archived by the owner on Jan 20, 2024. It is now read-only.

Commit 855ca7d

Browse files
author
Charlie Moad
committed
version bump 0.9.3
1 parent 77d9d16 commit 855ca7d

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.2'
1+
__version__ = '0.9.3'
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.2',
7+
version='0.9.3',
88
name='FuelSDK',
99
description='ExactTarget Fuel SDK for Python',
1010
long_description=readme,

0 commit comments

Comments
 (0)