Skip to content

Commit

Permalink
[create-pull-request] automated change (#14)
Browse files Browse the repository at this point in the history
Co-authored-by: jakepenzak <jakepenzak@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and jakepenzak authored Feb 1, 2025
1 parent bc61b95 commit b71edcb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion caml/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.0-dev8"
__version__ = "0.0.0-dev9"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down Expand Up @@ -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)
(?P<major>0|[1-9]\\d*)\\.
(?P<minor>0|[1-9]\\d*)\\.
Expand Down

0 comments on commit b71edcb

Please sign in to comment.