Skip to content

Commit

Permalink
Merge pull request #340 from SCM-NV/rel
Browse files Browse the repository at this point in the history
REL: Release Nano-QMFlows 0.12.1
  • Loading branch information
BvB93 authored Nov 17, 2021
2 parents 72c209f + 71a2016 commit 8c2236d
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 8 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

# 0.12.1 (17/11/2021)

## Fixed
* Fixed a number of pypi classifiers.


# 0.12.0 (17/11/2021)

## New
Expand Down
8 changes: 8 additions & 0 deletions codecov.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
coverage:
status:
project:
default:
target: 80
patch:
default:
target: 0
2 changes: 1 addition & 1 deletion nanoqm/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.12.0'
__version__ = '0.12.1'
13 changes: 6 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,18 +139,17 @@ def build_extensions(self):
author_email='[email protected]',
keywords='chemistry Photochemistry Simulation',
long_description=readme() + '\n\n',
long_description_content_type='text/markdown',
long_description_content_type='text/x-rst',
packages=find_packages(),
classifiers=[
'License :: OSI Approved :: Apache Software License',
'Natural Language :: English',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Development Status :: 4 - Beta',
'Intended Audience :: Science/Research',
'programming language :: python :: 3.8',
'programming language :: python :: 3.9',
'programming language :: python :: 3.10',
'development status :: 4 - Beta',
'intended audience :: science/research',
'topic :: scientific/engineering :: chemistry',
'Topic :: Scientific/Engineering :: Chemistry',
'Typing :: Typed',
],
install_requires=[
Expand Down

0 comments on commit 8c2236d

Please sign in to comment.