Skip to content

Commit

Permalink
Fix urls again
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonGross committed Oct 3, 2024
1 parent ee766ef commit fc0adb8
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 @@ -37,8 +37,8 @@ dependencies = ["matplotlib >= 1.4.0", "numpy", "Pillow", "webcolors"]
dev = ["seaborn"]

[project.urls]
Code = "https://github.com/JasonGross/tikzplotlib-patched"
Issues = "https://github.com/JasonGross/tikzplotlib-patched/issues"
Code = "https://github.com/JasonGross/tikzplotlib"
Issues = "https://github.com/JasonGross/tikzplotlib/issues"
Funding = "https://github.com/sponsors/nschloe"

[tool.flit.module]
Expand Down
2 changes: 1 addition & 1 deletion src/tikzplotlib/__about__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.10.1.post11"
__version__ = "0.10.1.post12"

0 comments on commit fc0adb8

Please sign in to comment.