Skip to content

Commit 2fca2ec

Browse files
committed
Bump version to 2.1.1
Update __version__ in __init__.py and version in pyproject.toml to 2.1.1 for new release.
1 parent 9d41327 commit 2fca2ec

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.0"
48+
__version__ = "2.1.1"

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.0"
3+
version = "2.1.1"
44
description = "A Python library for EnzymeML"
55
authors = ["Jan Range <range.jan@web.de>"]
66
license = "BSD 2-Clause License"

0 commit comments

Comments
 (0)