Skip to content

Commit 6f4788e

Browse files
committed
Prepare for 1.2.1 release
1 parent a4a331f commit 6f4788e

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

setup.py

+2-5
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@
1111
'License :: OSI Approved :: MIT License',
1212
'Natural Language :: English',
1313
'Operating System :: OS Independent',
14-
'Operating System :: MacOS',
15-
'Operating System :: POSIX',
16-
'Operating System :: POSIX :: Linux',
1714
'Programming Language :: Python',
1815
'Programming Language :: Python :: 2.6',
1916
'Programming Language :: Python :: 2.7',
@@ -26,14 +23,14 @@
2623

2724

2825
core.setup(name='backoff',
29-
version='1.2.0',
26+
version='1.2.1',
3027
py_modules=['backoff'],
3128
author="Bob Green",
3229
author_email="[email protected]",
3330
description="Function decoration for backoff and retry",
3431
keywords = "backoff function decorator",
3532
url="https://github.com/litl/backoff",
36-
download_url="https://github.com/litl/backoff/tarball/v1.2.0",
33+
download_url="https://github.com/litl/backoff/tarball/v1.2.1",
3734
license="MIT",
3835
long_description=backoff.__doc__,
3936
classifiers=classifiers)

0 commit comments

Comments
 (0)