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 01fb4b4 commit 3626ccbCopy full SHA for 3626ccb
crystal_toolkit/__init__.py
@@ -8,7 +8,7 @@
8
9
from crystal_toolkit.renderables import *
10
11
-__version__ = "2022.06.08"
+__version__ = "2022.07.25"
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.06.08"
+version = "2022.07.25"
4
description = ""
5
authors = ["Matthew Horton <[email protected]>"]
6
0 commit comments