Skip to content

Commit 19226d3

Browse files
committed
bump version for pypi release
1 parent bfaaaf1 commit 19226d3

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.12.0"
229+
__version__ = "1.13.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.12.0"
7+
version = "1.13.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)