Skip to content

Commit 40b4081

Browse files
committed
Updated version
1 parent bb0a5b1 commit 40b4081

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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-v1.1.3-informational" alt="v1.1.3">
3+
<img src="https://img.shields.io/badge/PyEnzyme-1.1.4-blue" alt="v1.1.4">
44
<img src="https://github.com/EnzymeML/PyENzyme/actions/workflows/build.yml/badge.svg" alt="Build Badge"> <img src='https://readthedocs.org/projects/pyenzyme/badge/?version=latest' alt='Documentation Status' />
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>

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
author = "Jan Range, Dr. Frank Bergmann, Prof. Dr. Johann Rohwer"
2424

2525
# The full version, including alpha/beta/rc tags
26-
release = "1.1.3"
26+
release = "1.1.4"
2727

2828

2929
# -- General configuration ---------------------------------------------------

pyenzyme/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
import pyenzyme.enzymeml.models
2020

2121

22-
__version__ = "1.1.3"
22+
__version__ = "1.1.4"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
setup(
1717
name="PyEnzyme",
18-
version="1.1.3",
18+
version="1.1.4",
1919
description="Handling of EnzymeML files",
2020
url="https://github.com/EnzymeML/PyEnzyme",
2121
author="Range, Jan",

0 commit comments

Comments
 (0)