Skip to content

Commit

Permalink
Ft: add urls to the project definition, version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
clemens-fricke committed Nov 21, 2023
1 parent 41c55ec commit 62eae43
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ dynamic = [
file = "README.md"
content-type = "text/markdown"

[project.urls]
homepage = "https://github.com/clemens-fricke/releso"
documentation = "https://releso.readthedocs.io/en/latest/"
issues = "https://github.com/clemens-fricke/releso/issues"
repository = "https://github.com/clemens-fricke/releso.git"

[project.optional-dependencies]
all = [
"splinepy[all]"
Expand Down
2 changes: 1 addition & 1 deletion releso/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Current version.
"""
version = "0.1.0"
version = "0.1.1"

0 comments on commit 62eae43

Please sign in to comment.