Skip to content

Commit 811aec7

Browse files
committed
Update package version
1 parent ff6e1ed commit 811aec7

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.5"
7+
__version__ = "0.1.6"
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.5"
3+
version = "0.1.6"
44
description = "Monic Framework"
55
authors = [{ name = "Cognica, Inc.", email = "support@cognica.io" }]
66
requires-python = ">=3.10"

0 commit comments

Comments
 (0)