Skip to content

Commit eb1baf7

Browse files
Bumped status to Stable. Removed RC from version number (#38)
1 parent 4cbaa9c commit eb1baf7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
setup(
3030
name='pdb-tools', # Required
31-
version='2.0.0-rc1', # Required
31+
version='2.0.0', # Required
3232
description='A swiss army knife for PDB files.', # Optional
3333
long_description=long_description, # Optional
3434
long_description_content_type='text/markdown', # Optional (see note above)
@@ -41,8 +41,8 @@
4141
# 3 - Alpha
4242
# 4 - Beta
4343
# 5 - Production/Stable
44-
# 'Development Status :: 5 - Production/Stable',
45-
'Development Status :: 4 - Beta',
44+
'Development Status :: 5 - Production/Stable',
45+
#'Development Status :: 4 - Beta',
4646

4747
# Indicate who your project is intended for
4848
'Intended Audience :: Science/Research',

0 commit comments

Comments
 (0)