Skip to content

Commit cbb3483

Browse files
committed
Bump version to 1.0.0rc2
1 parent 1b03f5a commit cbb3483

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

api-spec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ openapi: 3.0.3
22
info:
33
title: ARD Reduction
44
description: Reduce to ARD Level
5-
version: "1.0.0rc1"
5+
version: "1.0.0rc2"
66
servers:
77
- url: 'http://localhost:8080'
88
tags:

pyard/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
from .misc import get_imgt_db_versions as db_versions
2828

2929
__author__ = """NMDP Bioinformatics"""
30-
__version__ = "1.0.0rc1"
30+
__version__ = "1.0.0rc2"
3131

3232

3333
def init(

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.0.0rc1
2+
current_version = 1.0.0rc2
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
setup(
4141
name="py-ard",
42-
version="1.0.0rc1",
42+
version="1.0.0rc2",
4343
description="ARD reduction for HLA with Python",
4444
long_description=readme + "\n\n" + history,
4545
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)