-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #257 from nlesc-nano/stable
REL: Bump CAT to 1.0.0
- Loading branch information
Showing
6 changed files
with
23 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
"""The **CAT** version.""" | ||
|
||
__version__ = '0.11.1' | ||
__version__ = '1.0.0' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ | |
'construction of chemical compounds.'), | ||
long_description=readme + "\n\n", | ||
long_description_content_type='text/x-rst', | ||
author=['Bas van Beek', 'Jelena Belic'], | ||
author='Bas van Beek & Jelena Belic', | ||
author_email='[email protected]', | ||
url='https://github.com/nlesc-nano/CAT', | ||
packages=[ | ||
|
@@ -70,7 +70,7 @@ | |
'scientific-workflows' | ||
], | ||
classifiers=[ | ||
'Development Status :: 4 - Beta', | ||
'Development Status :: 5 - Production/Stable', | ||
'Intended Audience :: Science/Research', | ||
'License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)', | ||
'Natural Language :: English', | ||
|
@@ -99,7 +99,8 @@ | |
'contextlib2>=0.6.0; python_version=="3.6"', | ||
'typing-extensions>=3.7.4.3', | ||
'qmflows>=0.11.0', | ||
'rdkit-pypi>=2018.03.1', | ||
'rdkit>=2018.03.1; python_version>="3.7"', | ||
'rdkit-pypi>=2018.03.1; python_version=="3.6"', | ||
'packaging>=1.16.8', | ||
], | ||
setup_requires=[ | ||
|