-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- updated project version and changed homepage to ReadTheDocs page
- Loading branch information
1 parent
9e45ccf
commit 54ba006
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]" }, | ||
|
@@ -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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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' | ||
|