Skip to content

Commit d502515

Browse files
authored
Correct pyptoject.toml support (#227)
1 parent cfa4c9e commit d502515

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

gemd/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.2.1"
1+
__version__ = "2.2.2"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ classifiers = [
2626
Homepage = "http://github.com/CitrineInformatics/gemd-python"
2727

2828
[build-system]
29-
requires = ["setuptools>=61.0", "wheel"]
29+
requires = ["setuptools>=69.0", "wheel"]
3030
build-backend = "setuptools.build_meta"
3131

3232
[tool.setuptools.dynamic]

0 commit comments

Comments
 (0)