Skip to content

Commit

Permalink
[create-pull-request] automated change (#10)
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 Jan 25, 2025
1 parent b93372c commit b2f6f2b
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-dev7"
__version__ = "0.0.0-dev8"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down Expand Up @@ -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)
(?P<major>0|[1-9]\\d*)\\.
(?P<minor>0|[1-9]\\d*)\\.
Expand Down

0 comments on commit b2f6f2b

Please sign in to comment.