Skip to content

Commit 22b7a5c

Browse files
authored
Merge pull request #384 from nschloe/version-bump
version bump
2 parents e534327 + 7a45939 commit 22b7a5c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: ci
22

3-
on: [push]
3+
on: [pull_request]
44

55
jobs:
66
lint:

tikzplotlib/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
__email__ = "[email protected]"
33
__copyright__ = f"Copyright (c) 2010-2020, {__author__} <{__email__}>"
44
__license__ = "License :: OSI Approved :: MIT License"
5-
__version__ = "0.9.0"
5+
__version__ = "0.9.1"
66
__status__ = "Development Status :: 5 - Production/Stable"

0 commit comments

Comments
 (0)