File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -211,7 +211,7 @@ def get_simple_vars_from_src(src):
211211variables = get_simple_vars_from_src (source )
212212
213213classifiers = [
214- 'Development Status :: 4 - Beta ' ,
214+ 'Development Status :: 5 - Production/Stable ' ,
215215
216216 'Intended Audience :: Developers' ,
217217 'Topic :: Software Development :: Libraries :: Python Modules' ,
Original file line number Diff line number Diff line change 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)
You can’t perform that action at this time.
0 commit comments