We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e534327 + 7a45939 commit 22b7a5cCopy full SHA for 22b7a5c
.github/workflows/ci.yml
@@ -1,6 +1,6 @@
1
name: ci
2
3
-on: [push]
+on: [pull_request]
4
5
jobs:
6
lint:
tikzplotlib/__about__.py
@@ -2,5 +2,5 @@
__email__ = "[email protected]"
__copyright__ = f"Copyright (c) 2010-2020, {__author__} <{__email__}>"
__license__ = "License :: OSI Approved :: MIT License"
-__version__ = "0.9.0"
+__version__ = "0.9.1"
__status__ = "Development Status :: 5 - Production/Stable"
0 commit comments