Skip to content

Commit

Permalink
bump version to 1.2.3-dev, add 3.3/3.4 classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
rholder committed Jun 26, 2014
1 parent 9a6be78 commit 6d8ef5b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,15 @@
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Topic :: Internet',
'Topic :: Utilities',
]

settings.update(
name='retrying',
version='1.2.2',
version='1.2.3-dev',
description='Retrying',
long_description=open('README.rst').read() + '\n\n' +
open('HISTORY.rst').read(),
Expand Down

0 comments on commit 6d8ef5b

Please sign in to comment.