From 814f7a17b471647d84e272829030638af8c1623b Mon Sep 17 00:00:00 2001 From: jakepenzak Date: Sat, 1 Feb 2025 02:53:01 +0000 Subject: [PATCH] [create-pull-request] automated change --- caml/_version.py | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/caml/_version.py b/caml/_version.py index 0910d3a..8833c89 100644 --- a/caml/_version.py +++ b/caml/_version.py @@ -1 +1 @@ -__version__ = "0.0.0-dev8" +__version__ = "0.0.0-dev9" diff --git a/pyproject.toml b/pyproject.toml index 8c7902e..8fdac30 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ dependencies = [ description = "Extensions & abstractions of advanced econometric techniques leveraging machine learning." name = "caml" requires-python = ">= 3.10" -version = "0.0.0-dev8" +version = "0.0.0-dev9" license = {file = "LICENSE"} readme = "README.md" classifiers = [ @@ -98,7 +98,7 @@ filterwarnings = "ignore::DeprecationWarning" addopts = "--cov=caml/ --cov-report=term-missing --cov-report=html:tests/reports/htmlcov --cov-report=xml:tests/reports/coverage.xml" [tool.bumpversion] -current_version = "0.0.0-dev8" +current_version = "0.0.0-dev9" parse = """(?x) (?P0|[1-9]\\d*)\\. (?P0|[1-9]\\d*)\\.