From 2b44cdb6e5ab38ffa001d74de1458ea8f3fec232 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Morales?= Date: Wed, 28 Feb 2024 14:09:24 -0600 Subject: [PATCH] v0.0.7 --- coreforecast/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/coreforecast/__init__.py b/coreforecast/__init__.py index 034f46c..6526deb 100644 --- a/coreforecast/__init__.py +++ b/coreforecast/__init__.py @@ -1 +1 @@ -__version__ = "0.0.6" +__version__ = "0.0.7" diff --git a/pyproject.toml b/pyproject.toml index 92cd7b4..28bffce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "coreforecast" -version = "0.0.6" +version = "0.0.7" requires-python = ">=3.8" dependencies = [ "importlib_resources ; python_version < '3.10'",