Skip to content

Commit 61b3435

Browse files
committedFeb 20, 2024·
v0.0.6
1 parent 39d0206 commit 61b3435

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎coreforecast/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.5"
1+
__version__ = "0.0.6"

‎pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "coreforecast"
3-
version = "0.0.5"
3+
version = "0.0.6"
44
requires-python = ">=3.8"
55
dependencies = [
66
"importlib_resources ; python_version < '3.10'",

0 commit comments

Comments
 (0)
Please sign in to comment.