Skip to content

Commit

Permalink
- updated project version and changed homepage to ReadTheDocs page
Browse files Browse the repository at this point in the history
  • Loading branch information
amkrajewski committed Feb 9, 2023
1 parent 9e45ccf commit 54ba006
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "pysipfenn"
version = "0.10.1"
version = "0.10.2"
authors = [
{ name="Adam Krajewski", email="[email protected]" },
{ name="Jonathan Siegel", email="[email protected]" },
Expand Down Expand Up @@ -40,5 +40,5 @@ dependencies = [

[project.urls]
"Research Page" = "https://phaseslab.com/sipfenn"
"Homepage" = "https://github.com/PhasesResearchLab/pySIPFENN"
"Homepage" = "https://pysipfenn.readthedocs.io/en/stable/"
"Bug Tracker" = "https://github.com/PhasesResearchLab/pySIPFENN/issues"
2 changes: 1 addition & 1 deletion pysipfenn/core/pysipfenn.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
from pysipfenn.descriptorDefinitions import Ward2017, KS2022, KS2022_dilute
# - add new ones here if extending the code

__version__ = '0.10.1'
__version__ = '0.10.2'
__authors__ = [["Adam Krajewski", "[email protected]"],
["Jonathan Siegel", "[email protected]"]]
__name__ = 'pysipfenn'
Expand Down

0 comments on commit 54ba006

Please sign in to comment.