Skip to content

Commit

Permalink
Fixed wrong version
Browse files Browse the repository at this point in the history
  • Loading branch information
JR-1991 committed Apr 11, 2022
1 parent 3bde834 commit bec6557
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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-v1.2.3-informational" alt="v1.2.3">
<img src="https://img.shields.io/badge/PyEnzyme-v1.1.3-informational" alt="v1.1.3">
<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 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.2.3"
__version__ = "1.1.3"

0 comments on commit bec6557

Please sign in to comment.