Skip to content

Commit 4572c29

Browse files
committed
bump version for pypi release
1 parent cc7c947 commit 4572c29

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

assemblytheorytools/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,4 +226,4 @@
226226
co2_graph,
227227
test_mols)
228228

229-
__version__ = "1.11.0"
229+
__version__ = "1.12.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "assemblytheorytools"
7-
version = "1.11.0"
7+
version = "1.12.0"
88
description = "A centralised set of tools for doing assembly theory calculations."
99
readme = { file = "README.md", content-type = "text/markdown" }
1010
requires-python = ">=3.12"

0 commit comments

Comments
 (0)