Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoralez committed May 7, 2024
1 parent 088e989 commit 57308b5
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.8"
version = "0.0.9"
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.8"
__version__ = "0.0.9"

0 comments on commit 57308b5

Please sign in to comment.