Skip to content

Commit acd6127

Browse files
committed
Bump version to 2.2.0
Update __version__ in __init__.py and version in pyproject.toml to 2.2.0 for the new release.
1 parent 9189522 commit acd6127

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyenzyme/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@
4545
"group_measurements",
4646
]
4747

48-
__version__ = "2.1.1"
48+
__version__ = "2.2.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pyenzyme"
3-
version = "2.1.1"
3+
version = "2.2.0"
44
description = "A Python library for EnzymeML"
55
authors = ["Jan Range <[email protected]>"]
66
license = "BSD 2-Clause License"

0 commit comments

Comments
 (0)