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.
1 parent cb3e7f8 commit f7f0014Copy full SHA for f7f0014
gypt_matplotlib/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "0.2.0"
+__version__ = "0.2.1"
2
__description__ = "A small addon for matplotlib that can be used for the GYPT."
3
__license__ = "MIT"
4
__authors__ = ["Keenan Noack <AlbertUnruh@pm.me>"]
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "gypt_matplotlib"
-version = "0.2.0"
+version = "0.2.1"
description = "A small addon for matplotlib that can be used for the GYPT."
5
authors = [
6
{name = "Keenan Noack", email = "AlbertUnruh@pm.me"}
0 commit comments