Skip to content

Commit f7f0014

Browse files
Update version to v0.2.1
1 parent cb3e7f8 commit f7f0014

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gypt_matplotlib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.2.0"
1+
__version__ = "0.2.1"
22
__description__ = "A small addon for matplotlib that can be used for the GYPT."
33
__license__ = "MIT"
44
__authors__ = ["Keenan Noack <AlbertUnruh@pm.me>"]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "gypt_matplotlib"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
description = "A small addon for matplotlib that can be used for the GYPT."
55
authors = [
66
{name = "Keenan Noack", email = "AlbertUnruh@pm.me"}

0 commit comments

Comments
 (0)