We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff6e1ed commit 811aec7Copy full SHA for 811aec7
monic/version.py
@@ -4,7 +4,7 @@
4
# Copyright (c) 2024-2025 Cognica, Inc.
5
#
6
7
-__version__ = "0.1.5"
+__version__ = "0.1.6"
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.5"
+version = "0.1.6"
description = "Monic Framework"
authors = [{ name = "Cognica, Inc.", email = "support@cognica.io" }]
requires-python = ">=3.10"
0 commit comments