Skip to content

Commit a499b8e

Browse files
committed
update version
1 parent a839853 commit a499b8e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "schematicpy"
3-
version = "25.2.2"
3+
version = "25.4.1"
44
description = "Package for biomedical data model and metadata ingress management"
55
authors = [
66
"Milen Nikolov <milen.nikolov@sagebase.org>",

schematic/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Sets the version of the package"""
22
# Version hardcoded see https://sagebionetworks.jira.com/browse/SCHEMATIC-229
3-
__version__ = "25.2.2"
3+
__version__ = "25.4.1"

0 commit comments

Comments
 (0)