Skip to content

Commit

Permalink
Bump to version 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pbashyal-nmdp committed Sep 30, 2022
1 parent 5953e44 commit 6d013a2
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion api-spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ openapi: 3.0.3
info:
title: ARD Reduction
description: Reduce to ARD Level
version: "0.8.0"
version: "0.8.1"
servers:
- url: 'http://localhost:8080'
tags:
Expand Down
2 changes: 1 addition & 1 deletion pyard/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
from .blender import blender as dr_blender

__author__ = """NMDP Bioinformatics"""
__version__ = "0.8.0"
__version__ = "0.8.1"
14 changes: 7 additions & 7 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.8.0
current_version = 0.8.1
commit = True
tag = True

Expand All @@ -20,9 +20,9 @@ universal = 1

[flake8]
exclude =
venv,
.git,
__pycache__,
build,
dist,
docs
venv,
.git,
__pycache__,
build,
dist,
docs
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

setup(
name="py-ard",
version="0.8.0",
version="0.8.1",
description="ARD reduction for HLA with Python",
long_description=readme + "\n\n" + history,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 6d013a2

Please sign in to comment.