File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ openapi: 3.0.3
22info :
33 title : ARD Reduction
44 description : Reduce to ARD Level
5- version : " 0.8.0 "
5+ version : " 0.8.1 "
66servers :
77 - url : ' http://localhost:8080'
88tags :
Original file line number Diff line number Diff line change 2525from .blender import blender as dr_blender
2626
2727__author__ = """NMDP Bioinformatics"""
28- __version__ = "0.8.0 "
28+ __version__ = "0.8.1 "
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.8.0
2+ current_version = 0.8.1
33commit = True
44tag = True
55
@@ -20,9 +20,9 @@ universal = 1
2020
2121[flake8]
2222exclude =
23- venv,
24- .git,
25- __pycache__,
26- build,
27- dist,
28- docs
23+ venv,
24+ .git,
25+ __pycache__,
26+ build,
27+ dist,
28+ docs
Original file line number Diff line number Diff line change 3939
4040setup (
4141 name = "py-ard" ,
42- version = "0.8.0 " ,
42+ version = "0.8.1 " ,
4343 description = "ARD reduction for HLA with Python" ,
4444 long_description = readme + "\n \n " + history ,
4545 long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments