File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
<h1 align =" center " >
2
2
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 " >
4
4
<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 ' />
5
5
</a >
6
6
<a href =" https://www.codacy.com/gh/EnzymeML/PyEnzyme/dashboard?utm_source=github.com& ; utm_medium=referral& ; utm_content=EnzymeML/PyEnzyme& ; utm_campaign=Badge_Grade " ><img src =" https://app.codacy.com/project/badge/Grade/4ceb8d010e7b456c926c8b18737ff102 " /></a >
Original file line number Diff line number Diff line change 23
23
author = "Jan Range, Dr. Frank Bergmann, Prof. Dr. Johann Rohwer"
24
24
25
25
# The full version, including alpha/beta/rc tags
26
- release = "1.1.4 "
26
+ release = "1.1.5 "
27
27
28
28
29
29
# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 19
19
import pyenzyme .enzymeml .models
20
20
21
21
22
- __version__ = "1.1.4 "
22
+ __version__ = "1.1.5 "
Original file line number Diff line number Diff line change 15
15
16
16
setup (
17
17
name = "PyEnzyme" ,
18
- version = "1.1.4 " ,
18
+ version = "1.1.5 " ,
19
19
description = "Handling of EnzymeML files" ,
20
20
url = "https://github.com/EnzymeML/PyEnzyme" ,
21
21
author = "Range, Jan" ,
41
41
"pyyaml" ,
42
42
"deprecation" ,
43
43
"xmltodict" ,
44
- "requests"
44
+ "requests" ,
45
45
],
46
46
extras_require = {
47
47
"test" : ["pytest-cov" ],
You can’t perform that action at this time.
0 commit comments