We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cbaa9c commit eb1baf7Copy full SHA for eb1baf7
setup.py
@@ -28,7 +28,7 @@
28
29
setup(
30
name='pdb-tools', # Required
31
- version='2.0.0-rc1', # Required
+ version='2.0.0', # Required
32
description='A swiss army knife for PDB files.', # Optional
33
long_description=long_description, # Optional
34
long_description_content_type='text/markdown', # Optional (see note above)
@@ -41,8 +41,8 @@
41
# 3 - Alpha
42
# 4 - Beta
43
# 5 - Production/Stable
44
- # 'Development Status :: 5 - Production/Stable',
45
- 'Development Status :: 4 - Beta',
+ 'Development Status :: 5 - Production/Stable',
+ #'Development Status :: 4 - Beta',
46
47
# Indicate who your project is intended for
48
'Intended Audience :: Science/Research',
0 commit comments