Skip to content

Commit

Permalink
v0.0.2
Browse files Browse the repository at this point in the history
jmoralez committed Nov 3, 2023
1 parent 4b8019b commit a0fe601
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion coreforecast/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.1"
__version__ = "0.0.2"
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.1"
version = "0.0.2"
requires-python = ">=3.8"
dependencies = [
"importlib_resources ; python_version < '3.10'",

0 comments on commit a0fe601

Please sign in to comment.