Skip to content

Commit 73fd11f

Browse files
committed
update the version to 0.2.0
1 parent c3a1e39 commit 73fd11f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

setup.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,15 @@
99
'Programming Language :: Python',
1010
'Programming Language :: Python :: 2',
1111
'Programming Language :: Python :: 2.7',
12+
'Programming Language :: Python :: 3',
13+
'Programming Language :: Python :: 3.3',
1214
'Topic :: System :: Logging',
1315
]
1416

1517
setup(
1618
name='azure-storage-logging',
17-
version='0.1.3',
18-
description='Logging handlers that send logging output to Windows Azure Storage',
19+
version='0.2.0',
20+
description='Logging handlers to send logging output to Windows Azure Storage',
1921
long_description=open('README.rst').read(),
2022
author='Michiya Takahashi',
2123
author_email='[email protected]',

0 commit comments

Comments
 (0)