File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 77
88tag :
99 @ 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
1111
1212upload : clean
1313 @ if [ " $(git rev-parse --abbrev-ref HEAD)" != " main" ]; then exit 1 ; fi
Original file line number Diff line number Diff line change 11[metadata]
22name = tikzplotlib
3- version = 0.9.13
3+ version = 0.9.14
44author = Nico Schlömer
5566description = Convert matplotlib figures into TikZ/PGFPlots
@@ -41,7 +41,7 @@ install_requires =
4141 matplotlib >= 1.4.0
4242 numpy
4343 Pillow
44- python_requires = >=3.6
44+ python_requires = >=3.7
4545
4646[options.packages.find]
4747where =src
You can’t perform that action at this time.
0 commit comments