Skip to content

Commit

Permalink
bump version. Remove python 3.6 and add 3.9 as supported.
Browse files Browse the repository at this point in the history
  • Loading branch information
ercius committed Jul 10, 2022
1 parent 271843e commit 023a553
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# Versions should comply with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see
# https://packaging.python.org/en/latest/single_source_version.html
version='1.9.0',
version='1.10.0',

description='openNCEM\'s Python Package',
long_description=long_description,
Expand Down Expand Up @@ -55,9 +55,9 @@

# Specify the Python versions you support here. In particular, ensure
# that you indicate whether you support Python 2, Python 3 or both.
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
],

# What does your project relate to?
Expand Down

0 comments on commit 023a553

Please sign in to comment.