Skip to content

Commit fc0adb8

Browse files
committed
Fix urls again
1 parent ee766ef commit fc0adb8

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/JasonGross/tikzplotlib-patched"
41-
Issues = "https://github.com/JasonGross/tikzplotlib-patched/issues"
40+
Code = "https://github.com/JasonGross/tikzplotlib"
41+
Issues = "https://github.com/JasonGross/tikzplotlib/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.post11"
1+
__version__ = "0.10.1.post12"

0 commit comments

Comments
 (0)