Skip to content

Commit

Permalink
Update README and version number
Browse files Browse the repository at this point in the history
  • Loading branch information
AntObi committed Sep 26, 2024
1 parent 856a1c7 commit 094abf3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ List of modules

Requirements
------------
The main language is Python 3 and has been tested using Python 3.9+.
The main language is Python 3 and has been tested using Python 3.10+.
Basic requirements are Numpy and Scipy.
The [Atomic Simulation Environment](https://wiki.fysik.dtu.dk/ase) (ASE), [spglib](http://atztogo.github.io/spglib), and [pymatgen](https://pymatgen.org) are also required for many components.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
__copyright__ = (
"Copyright Daniel W. Davies, Adam J. Jackson, Keith T. Butler (2019)"
)
__version__ = "2.7.1"
__version__ = "2.8"
__maintainer__ = "Anthony O. Onwuli"
__maintainer_email__ = "[email protected]"
__date__ = "September 26 2024"
Expand Down

0 comments on commit 094abf3

Please sign in to comment.