From 207519eb3055bc2f28cc12383adb310be485628f Mon Sep 17 00:00:00 2001 From: Sunny Sun <38218185+sunnyosun@users.noreply.github.com> Date: Mon, 16 Sep 2024 15:48:49 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Release=200.1.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- omop/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/omop/__init__.py b/omop/__init__.py index a113f6d..f9f49bd 100644 --- a/omop/__init__.py +++ b/omop/__init__.py @@ -49,7 +49,7 @@ Vocabulary """ -__version__ = "0.1.0" # denote a pre-release for 0.1.0 with 0.1rc1 +__version__ = "0.1.1" # denote a pre-release for 0.1.0 with 0.1rc1 from lamindb_setup import _check_instance_setup