Skip to content

Commit 6846b80

Browse files
committed
Bump version
1 parent 844e443 commit 6846b80

File tree

3 files changed

+5
-5
lines changed

3 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__ = "2021.10.21"
11+
__version__ = "2021.10.25"
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,12 +1,12 @@
11
[tool.poetry]
22
name = "crystal_toolkit"
3-
version = "2021.10.21"
3+
version = "2021.10.25"
44
description = ""
55
authors = ["Matthew Horton <[email protected]>"]
66

77
[tool.poetry.dependencies]
88
python = "^3.8"
9-
pymatgen = "^2022.0.15"
9+
pymatgen = "^2022.0.16"
1010
pydantic = "*"
1111
plotly = "^5.3.1"
1212
webcolors = "*"

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
setup(
1515
long_description=readme,
1616
name="crystal_toolkit",
17-
version="2021.10.21",
17+
version="2021.10.25",
1818
python_requires="==3.*,>=3.8.0",
1919
author="Matthew Horton",
2020
author_email="[email protected]",
@@ -54,7 +54,7 @@
5454
"mp-pyrho==0.*,>=0.0.21",
5555
"plotly==5.*,>=5.3.1",
5656
"pydantic",
57-
"pymatgen==2022.*,>=2022.0.14",
57+
"pymatgen==2022.*,>=2022.0.16",
5858
"scikit-image",
5959
"scikit-learn",
6060
"webcolors",

0 commit comments

Comments
 (0)