We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a754c55 commit ae11d7cCopy full SHA for ae11d7c
advanced_descriptors/__init__.py
@@ -21,7 +21,7 @@
21
'AdvancedProperty',
22
)
23
24
-__version__ = '0.6.0'
+__version__ = '1.0.0'
25
__author__ = "Alexey Stepanov"
26
__author_email__ = 'penguinolog@gmail.com'
27
__maintainers__ = {
setup.py
@@ -204,7 +204,7 @@ def get_simple_vars_from_src(src):
204
variables = get_simple_vars_from_src(source)
205
206
classifiers = [
207
- 'Development Status :: 4 - Beta',
+ 'Development Status :: 5 - Production/Stable',
208
209
'Intended Audience :: Developers',
210
'Topic :: Software Development :: Libraries :: Python Modules',
0 commit comments