From 8f7b30ecdd930e5fc58889c6c47b226f4396b1cd Mon Sep 17 00:00:00 2001 From: April Shen Date: Tue, 3 Oct 2023 11:44:02 +0100 Subject: [PATCH] bump OT schema version and package version --- OT_SCHEMA_VERSION | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/OT_SCHEMA_VERSION b/OT_SCHEMA_VERSION index e7034819..9183195a 100644 --- a/OT_SCHEMA_VERSION +++ b/OT_SCHEMA_VERSION @@ -1 +1 @@ -2.3.2 \ No newline at end of file +2.4.0 \ No newline at end of file diff --git a/setup.py b/setup.py index 58b5e6ce..6f6c807d 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ def get_requires(): long_description = fh.read() setup(name='cmat', - version='3.0.4.dev0', + version='3.0.4', author_email='opentargets-clinvar@ebi.ac.uk', url='https://github.com/EBIvariation/eva-opentargets', packages=find_packages(),