Skip to content

Commit ae11d7c

Browse files
authored
Mark as stable and bump to 1.0.0 (#5)
No API changes expected
1 parent a754c55 commit ae11d7c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

advanced_descriptors/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
'AdvancedProperty',
2222
)
2323

24-
__version__ = '0.6.0'
24+
__version__ = '1.0.0'
2525
__author__ = "Alexey Stepanov"
2626
__author_email__ = 'penguinolog@gmail.com'
2727
__maintainers__ = {

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ def get_simple_vars_from_src(src):
204204
variables = get_simple_vars_from_src(source)
205205

206206
classifiers = [
207-
'Development Status :: 4 - Beta',
207+
'Development Status :: 5 - Production/Stable',
208208

209209
'Intended Audience :: Developers',
210210
'Topic :: Software Development :: Libraries :: Python Modules',

0 commit comments

Comments
 (0)