Skip to content

Commit

Permalink
Update version and python_requires
Browse files Browse the repository at this point in the history
  • Loading branch information
jic198 committed Sep 18, 2023
1 parent cfe69d4 commit 80c4963
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@
setup(
name="aimsgb",
packages=find_namespace_packages(exclude=["*.tests"]),
version="1.0.3",
version="1.1.0",
python_requires=">=3.9",
setup_requires=["setuptools>=18.0"],
install_requires=["pymatgen", "mp_api", "numpy", "pytest"],
include_package_data=True,
Expand All @@ -96,8 +97,8 @@
keywords=["material science", "grain boundary", "molecular simulation"],
classifiers=[
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Development Status :: 4 - Beta",
"Intended Audience :: Science/Research",
"Operating System :: OS Independent",
Expand Down

0 comments on commit 80c4963

Please sign in to comment.