From db54b606bb48afbe55a96cfb2964c03693fb0ed8 Mon Sep 17 00:00:00 2001 From: Hubert Date: Mon, 3 Feb 2025 09:59:44 +0100 Subject: [PATCH] Bump to version 1.1.0 --- heligeom/views.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/heligeom/views.py b/heligeom/views.py index 583656a..26bdff0 100644 --- a/heligeom/views.py +++ b/heligeom/views.py @@ -27,7 +27,7 @@ "heligeom_bp", __name__, template_folder="templates", static_folder="static" ) -VERSION = "1.0.0" +VERSION = "1.1.0" # Functions used to time spent on each page diff --git a/pyproject.toml b/pyproject.toml index d0c78d8..afd04a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "Heligeom-Webserver" -version = "1.0.0" +version = "1.1.0" description = "A web tool to characterizing, manipulating and assembling protein structural units." readme = "README.md" license = {file = "LICENSE.txt"}