Skip to content

Commit 56af63e

Browse files
committed
Update version
1 parent 37e9df8 commit 56af63e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

crystal_toolkit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
from crystal_toolkit.renderables import *
1010

11-
__version__ = "2022.04.19"
11+
__version__ = "2022.04.29"
1212

1313
MODULE_PATH = Path(__file__).parents[0]
1414

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "crystal_toolkit"
3-
version = "2022.04.19"
3+
version = "2022.04.29"
44
description = ""
55
authors = ["Matthew Horton <[email protected]>"]
66

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
setup(
1515
long_description=readme,
1616
name="crystal_toolkit",
17-
version="2022.04.19",
17+
version="2022.04.29",
1818
python_requires="==3.*,>=3.8.0",
1919
author="Matthew Horton",
2020
author_email="[email protected]",

0 commit comments

Comments
 (0)