File tree 2 files changed +3
-3
lines changed
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):
211
211
variables = get_simple_vars_from_src (source )
212
212
213
213
classifiers = [
214
- 'Development Status :: 4 - Beta ' ,
214
+ 'Development Status :: 5 - Production/Stable ' ,
215
215
216
216
'Intended Audience :: Developers' ,
217
217
'Topic :: Software Development :: Libraries :: Python Modules' ,
Original file line number Diff line number Diff line change 65
65
'gthreadpooled'
66
66
)
67
67
68
- __version__ = '0.9.1 '
68
+ __version__ = '1.0.0 '
69
69
__author__ = "Alexey Stepanov"
70
70
__author_email__ = '[email protected] '
71
- __url__ = 'https://github.com/penguinolog /threaded'
71
+ __url__ = 'https://github.com/python-useful-helpers /threaded'
72
72
__description__ = (
73
73
"Decorators for running functions in Thread/ThreadPool/IOLoop"
74
74
)
You can’t perform that action at this time.
0 commit comments