File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7
7
8
8
tag :
9
9
@ if [ " $(git rev-parse --abbrev-ref HEAD)" != " main" ]; then exit 1 ; fi
10
- curl -H " Authorization: token `cat ~/.github-access-token`" -d ' {"tag_name": "{{ version}} "}' https:// api.github.com/ repos/ nschloe/ {{ name}} / releases
10
+ curl -H " Authorization: token `cat ~/.github-access-token`" -d ' {"tag_name": "v {{ version}} "}' https:// api.github.com/ repos/ nschloe/ {{ name}} / releases
11
11
12
12
upload : clean
13
13
@ if [ " $(git rev-parse --abbrev-ref HEAD)" != " main" ]; then exit 1 ; fi
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = tikzplotlib
3
- version = 0.9.13
3
+ version = 0.9.14
4
4
author = Nico Schlömer
5
5
6
6
description = Convert matplotlib figures into TikZ/PGFPlots
@@ -41,7 +41,7 @@ install_requires =
41
41
matplotlib >= 1.4.0
42
42
numpy
43
43
Pillow
44
- python_requires = >=3.6
44
+ python_requires = >=3.7
45
45
46
46
[options.packages.find]
47
47
where =src
You can’t perform that action at this time.
0 commit comments