Skip to content

Commit ee766ef

Browse files
committed
Fix urls
1 parent fa9a9f3 commit ee766ef

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ dependencies = ["matplotlib >= 1.4.0", "numpy", "Pillow", "webcolors"]
3737
dev = ["seaborn"]
3838

3939
[project.urls]
40-
Code = "https://github.com/nschloe/tikzplotlib-patched"
41-
Issues = "https://github.com/nschloe/tikzplotlib-patched/issues"
40+
Code = "https://github.com/JasonGross/tikzplotlib-patched"
41+
Issues = "https://github.com/JasonGross/tikzplotlib-patched/issues"
4242
Funding = "https://github.com/sponsors/nschloe"
4343

4444
[tool.flit.module]

src/tikzplotlib/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.10.1.post10"
1+
__version__ = "0.10.1.post11"

0 commit comments

Comments
 (0)