From c4688f71ed71a103ca71bba360141dba7965dce0 Mon Sep 17 00:00:00 2001 From: Daniel Danis Date: Fri, 13 Oct 2023 12:50:41 -0400 Subject: [PATCH] Make `v0.3.1`. --- recipe/meta.yaml | 2 +- src/hpotk/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index ba140e0..edbb5ef 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,5 +1,5 @@ {% set name = "hpo-toolkit" %} -{% set version = "0.3.0" %} +{% set version = "0.3.1" %} package: name: {{ name|lower }} diff --git a/src/hpotk/__init__.py b/src/hpotk/__init__.py index 9808cf1..0ae1f8b 100644 --- a/src/hpotk/__init__.py +++ b/src/hpotk/__init__.py @@ -2,7 +2,7 @@ HPO toolkit is a library for working with Human Phenotype Ontology and the HPO annotation data. """ -__version__ = "0.3.1dev0" +__version__ = "0.3.1" from . import algorithm from . import annotations