We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 399fa12 commit ce9bab7Copy full SHA for ce9bab7
monic/version.py
@@ -4,7 +4,7 @@
4
# Copyright (c) 2024-2025 Cognica, Inc.
5
#
6
7
-__version__ = "0.1.0"
+__version__ = "0.1.1"
8
__author__ = "Cognica, Inc."
9
__license__ = "Apache 2.0"
10
__copyright__ = "Copyright (c) 2024-2025 Cognica, Inc."
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "monic-framework"
3
-version = "0.1.0"
+version = "0.1.1"
description = "Monic Framework"
requires-python = ">=3.10"
dependencies = ["fastapi[standard]>=0.115.6", "sqlmodel>=0.0.22"]
0 commit comments