From b2bf438095c70cd1f0ddb4da80ae3df91e38bac9 Mon Sep 17 00:00:00 2001 From: linglp Date: Tue, 4 Feb 2025 13:49:54 -0500 Subject: [PATCH] update version to 25.2.2 --- pyproject.toml | 2 +- schematic/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index afe3d1bcc..689bf437e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "schematicpy" -version = "24.12.1" +version = "25.2.2" description = "Package for biomedical data model and metadata ingress management" authors = [ "Milen Nikolov ", diff --git a/schematic/version.py b/schematic/version.py index cec250131..86ef53a19 100644 --- a/schematic/version.py +++ b/schematic/version.py @@ -1,3 +1,3 @@ """Sets the version of the package""" # Version hardcoded see https://sagebionetworks.jira.com/browse/SCHEMATIC-229 -__version__ = "24.12.1" +__version__ = "25.2.2"