Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AntObi authored Sep 22, 2022
1 parent dd95225 commit 9dcbf3b
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 @@ -2,7 +2,7 @@

__author__ = "Daniel W. Davies"
__copyright__ = "Copyright Daniel W. Davies, Adam J. Jackson, Keith T. Butler (2019)"
__version__ = "2.4.0"
__version__ = "2.4.1"
__maintainer__ = "Anthony O. Onwuli"
__email__ = "[email protected]"
__date__ = "September 20 2022"
Expand All @@ -16,7 +16,7 @@
if __name__ == "__main__":
setup(
name="SMACT",
version="2.4.0",
version="2.4.1",
description="Semiconducting Materials by Analogy and Chemical Theory",
long_description=open(os.path.join(module_dir, "README.md")).read(),
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 9dcbf3b

Please sign in to comment.