We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfaaaf1 commit 19226d3Copy full SHA for 19226d3
assemblytheorytools/__init__.py
@@ -226,4 +226,4 @@
226
co2_graph,
227
test_mols)
228
229
-__version__ = "1.12.0"
+__version__ = "1.13.0"
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "assemblytheorytools"
7
-version = "1.12.0"
+version = "1.13.0"
8
description = "A centralised set of tools for doing assembly theory calculations."
9
readme = { file = "README.md", content-type = "text/markdown" }
10
requires-python = ">=3.12"
0 commit comments