From f0fb30cbe37eba1b0487d0b00a664fdf0f82040b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Morales?= Date: Fri, 15 Nov 2024 14:31:20 -0600 Subject: [PATCH] v0.0.15 --- pyproject.toml | 2 +- python/coreforecast/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2d2565e..5841e8c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "coreforecast" -version = "0.0.14" +version = "0.0.15" requires-python = ">=3.9" dependencies = ["numpy>=1.20.0"] license = { text = "Apache-2.0" } diff --git a/python/coreforecast/__init__.py b/python/coreforecast/__init__.py index 311f216..6561790 100644 --- a/python/coreforecast/__init__.py +++ b/python/coreforecast/__init__.py @@ -1 +1 @@ -__version__ = "0.0.14" +__version__ = "0.0.15"