We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a839853 commit a499b8eCopy full SHA for a499b8e
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "schematicpy"
3
-version = "25.2.2"
+version = "25.4.1"
4
description = "Package for biomedical data model and metadata ingress management"
5
authors = [
6
"Milen Nikolov <milen.nikolov@sagebase.org>",
schematic/version.py
@@ -1,3 +1,3 @@
"""Sets the version of the package"""
# Version hardcoded see https://sagebionetworks.jira.com/browse/SCHEMATIC-229
-__version__ = "25.2.2"
+__version__ = "25.4.1"
0 commit comments