Skip to content

Commit ce9bab7

Browse files
committed
Update package version
1 parent 399fa12 commit ce9bab7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

monic/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Copyright (c) 2024-2025 Cognica, Inc.
55
#
66

7-
__version__ = "0.1.0"
7+
__version__ = "0.1.1"
88
__author__ = "Cognica, Inc."
99
__license__ = "Apache 2.0"
1010
__copyright__ = "Copyright (c) 2024-2025 Cognica, Inc."

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "monic-framework"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "Monic Framework"
55
requires-python = ">=3.10"
66
dependencies = ["fastapi[standard]>=0.115.6", "sqlmodel>=0.0.22"]

0 commit comments

Comments
 (0)