Skip to content

Commit

Permalink
Bump version to 0.8.0.2 (#184)
Browse files Browse the repository at this point in the history
Merging for version bump.
  • Loading branch information
pbashyal-nmdp authored Nov 18, 2022
1 parent b4d0052 commit 7f6c486
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.1"
version: "0.8.2"
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.1"
__version__ = "0.8.2"
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.8.1
current_version = 0.8.2
commit = True
tag = True

Expand Down
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.1",
version="0.8.2",
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 7f6c486

Please sign in to comment.