Skip to content

Commit 427290b

Browse files
committed
bump version number
1 parent 2329c23 commit 427290b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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.4-blue" alt="v1.1.4">
3+
<img src="https://img.shields.io/badge/PyEnzyme-1.1.5-blue" alt="v1.1.5">
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.4"
26+
release = "1.1.5"
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.4"
22+
__version__ = "1.1.5"

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
setup(
1717
name="PyEnzyme",
18-
version="1.1.4",
18+
version="1.1.5",
1919
description="Handling of EnzymeML files",
2020
url="https://github.com/EnzymeML/PyEnzyme",
2121
author="Range, Jan",
@@ -41,7 +41,7 @@
4141
"pyyaml",
4242
"deprecation",
4343
"xmltodict",
44-
"requests"
44+
"requests",
4545
],
4646
extras_require={
4747
"test": ["pytest-cov"],

0 commit comments

Comments
 (0)