We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62d586b commit b2d513bCopy full SHA for b2d513b
api-spec.yaml
@@ -2,7 +2,7 @@ openapi: 3.0.3
2
info:
3
title: ARD Reduction
4
description: Reduce to ARD Level
5
- version: "1.0.0"
+ version: "1.0.0rc1"
6
servers:
7
- url: 'http://localhost:8080'
8
tags:
pyard/__init__.py
@@ -28,7 +28,7 @@
28
from .misc import DEFAULT_CACHE_SIZE
29
30
__author__ = """NMDP Bioinformatics"""
31
-__version__ = "1.0.0"
+__version__ = "1.0.0rc1"
32
33
34
def init(
setup.py
@@ -39,7 +39,7 @@
39
40
setup(
41
name="py-ard",
42
- version="1.0.0",
+ version="1.0.0rc1",
43
description="ARD reduction for HLA with Python",
44
long_description=readme + "\n\n" + history,
45
long_description_content_type="text/markdown",
0 commit comments