Skip to content

Commit 13247c2

Browse files
committed
technical bump
1 parent 5ae8304 commit 13247c2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ def get_simple_vars_from_src(src):
211211
variables = get_simple_vars_from_src(source)
212212

213213
classifiers = [
214-
'Development Status :: 4 - Beta',
214+
'Development Status :: 5 - Production/Stable',
215215

216216
'Intended Audience :: Developers',
217217
'Topic :: Software Development :: Libraries :: Python Modules',

Diff for: threaded/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@
6565
'gthreadpooled'
6666
)
6767

68-
__version__ = '0.9.1'
68+
__version__ = '1.0.0'
6969
__author__ = "Alexey Stepanov"
7070
__author_email__ = '[email protected]'
71-
__url__ = 'https://github.com/penguinolog/threaded'
71+
__url__ = 'https://github.com/python-useful-helpers/threaded'
7272
__description__ = (
7373
"Decorators for running functions in Thread/ThreadPool/IOLoop"
7474
)

0 commit comments

Comments
 (0)