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