Skip to content

Commit

Permalink
bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
JR-1991 committed Nov 19, 2023
1 parent 2329c23 commit 427290b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<h1 align="center">
PyEnzyme<br>
<img src="https://img.shields.io/badge/PyEnzyme-1.1.4-blue" alt="v1.1.4">
<img src="https://img.shields.io/badge/PyEnzyme-1.1.5-blue" alt="v1.1.5">
<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' />
</a>
<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>
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
author = "Jan Range, Dr. Frank Bergmann, Prof. Dr. Johann Rohwer"

# The full version, including alpha/beta/rc tags
release = "1.1.4"
release = "1.1.5"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion pyenzyme/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
import pyenzyme.enzymeml.models


__version__ = "1.1.4"
__version__ = "1.1.5"
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

setup(
name="PyEnzyme",
version="1.1.4",
version="1.1.5",
description="Handling of EnzymeML files",
url="https://github.com/EnzymeML/PyEnzyme",
author="Range, Jan",
Expand All @@ -41,7 +41,7 @@
"pyyaml",
"deprecation",
"xmltodict",
"requests"
"requests",
],
extras_require={
"test": ["pytest-cov"],
Expand Down

0 comments on commit 427290b

Please sign in to comment.