From 5416b1383ee51d40c097cbcde7eb9e64230a07b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Morales?= Date: Wed, 17 Jul 2024 10:30:23 -0600 Subject: [PATCH] v0.0.12 --- pyproject.toml | 2 +- python/coreforecast/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f59fa7c..5effc18 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "coreforecast" -version = "0.0.11" +version = "0.0.12" requires-python = ">=3.8" dependencies = [ "importlib_resources ; python_version < '3.10'", diff --git a/python/coreforecast/__init__.py b/python/coreforecast/__init__.py index b2f0155..6e2648a 100644 --- a/python/coreforecast/__init__.py +++ b/python/coreforecast/__init__.py @@ -1 +1 @@ -__version__ = "0.0.11" +__version__ = "0.0.12"