diff --git a/caml/_version.py b/caml/_version.py index af450ff..0910d3a 100644 --- a/caml/_version.py +++ b/caml/_version.py @@ -1 +1 @@ -__version__ = "0.0.0-dev7" +__version__ = "0.0.0-dev8" diff --git a/pyproject.toml b/pyproject.toml index a1ccfe9..eaf6433 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ dependencies = [ description = "Extensions & abstractions of advanced econometric techniques leveraging machine learning." name = "caml" requires-python = ">= 3.10" -version = "0.0.0-dev7" +version = "0.0.0-dev8" license = {file = "LICENSE"} readme = "README.md" classifiers = [ @@ -99,7 +99,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-dev7" +current_version = "0.0.0-dev8" parse = """(?x) (?P0|[1-9]\\d*)\\. (?P0|[1-9]\\d*)\\.