From 47e5ba5b4ac4c891484219cfb8ab575a01a428cd Mon Sep 17 00:00:00 2001 From: Daniel Danis Date: Mon, 17 Jun 2024 22:16:11 +0200 Subject: [PATCH] Make release `v0.5.2`. --- 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 8ea0f39..7d42c9d 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,5 +1,5 @@ {% set name = "hpo-toolkit" %} -{% set version = "0.5.2dev0" %} +{% set version = "0.5.2" %} package: name: {{ name|lower }} diff --git a/src/hpotk/__init__.py b/src/hpotk/__init__.py index 0ca00f4..8b5c48c 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.5.2dev0' +__version__ = '0.5.2' from . import algorithm from . import annotations