Skip to content

Commit 90d34f2

Browse files
committed
Update version, dependencies
1 parent da3de85 commit 90d34f2

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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.02.11.1"
11+
__version__ = "2022.04.19"
1212

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

pyproject.toml

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

@@ -10,7 +10,7 @@ pymatgen = "^2022.0.16"
1010
pydantic = "*"
1111
plotly = "^5.3.1"
1212
webcolors = "*"
13-
crystaltoolkit-extension = "^0.4.0"
13+
crystaltoolkit-extension = "^0.6.0"
1414
mp-api = "*"
1515
mp-pyrho = "^0.0.21"
1616
shapely = "^1.8.0"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
crystaltoolkit-extension==0.*,>=0.4.0
1+
crystaltoolkit-extension==0.*,>=0.6.0
22
dash[testing]==1.*,>=1.19.0
33
dash-daq
44
dash-extensions

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.02.11.1",
17+
version="2022.04.19",
1818
python_requires="==3.*,>=3.8.0",
1919
author="Matthew Horton",
2020
author_email="[email protected]",

0 commit comments

Comments
 (0)