Skip to content

Commit d8cbac8

Browse files
committed
Update version to 2.1.0 in pyproject.toml and __init__.py; update README badge to reflect current PyPI version.
1 parent 650a03f commit d8cbac8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<h1 align="center">
22
PyEnzyme<br>
3-
<img src="https://img.shields.io/badge/PyEnzyme-1.1.5-blue" alt="v2.0.0">
3+
<img alt="PyPI - Version" src="https://img.shields.io/pypi/v/pyenzyme">
44
<img src="https://github.com/EnzymeML/PyEnzyme/actions/workflows/unit-tests.yaml/badge.svg" alt="Build Badge">
55
</a>
66
<a href="https://www.codacy.com/gh/EnzymeML/PyEnzyme/dashboard?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=EnzymeML/PyEnzyme&amp;utm_campaign=Badge_Grade"><img src="https://app.codacy.com/project/badge/Grade/4ceb8d010e7b456c926c8b18737ff102"/></a>

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.0.0"
48+
__version__ = "2.1.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.0.1"
3+
version = "2.1.0"
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)