From 35ca5ae39eb5e36f02f08b4721a1063afa7eaed7 Mon Sep 17 00:00:00 2001 From: mgcam Date: Tue, 20 Feb 2024 14:58:13 +0000 Subject: [PATCH] Updated frontend and backend version to 2.0.0 --- frontend/package.json | 2 +- lang_qc/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index ef1a22c..1e1f117 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "npg-longue-vue", - "version": "1.5.1", + "version": "2.0.0", "description": "UI for LangQC", "author": "Kieron Taylor ", "license": "GPL-3.0-or-later", diff --git a/lang_qc/__init__.py b/lang_qc/__init__.py index 0f228f2..8c0d5d5 100644 --- a/lang_qc/__init__.py +++ b/lang_qc/__init__.py @@ -1 +1 @@ -__version__ = "1.5.1" +__version__ = "2.0.0" diff --git a/pyproject.toml b/pyproject.toml index 8ff5283..029c397 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "npg_langqc" packages = [ { include = "lang_qc" }, ] -version = "1.5.1" +version = "2.0.0" description = "FastAPI application for Long Read QC" authors = ["Adam Blanchet", "Marina Gourtovaia ", "Kieron Taylor "] license = "GPL-3.0-or-later"