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 ae044ad commit 30b27a3Copy full SHA for 30b27a3
crystal_toolkit/__init__.py
@@ -8,7 +8,7 @@
8
9
from crystal_toolkit.renderables import *
10
11
-__version__ = "2022.04.29"
+__version__ = "2022.06.08"
12
13
MODULE_PATH = Path(__file__).parents[0]
14
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "crystal_toolkit"
3
-version = "2022.04.29"
+version = "2022.06.08"
4
description = ""
5
authors = ["Matthew Horton <[email protected]>"]
6
0 commit comments