Skip to content

Commit

Permalink
v0.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoralez committed Jul 17, 2024
1 parent 0f51e27 commit 5416b13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "coreforecast"
version = "0.0.11"
version = "0.0.12"
requires-python = ">=3.8"
dependencies = [
"importlib_resources ; python_version < '3.10'",
Expand Down
2 changes: 1 addition & 1 deletion python/coreforecast/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.11"
__version__ = "0.0.12"

0 comments on commit 5416b13

Please sign in to comment.