Skip to content

Commit f0fb30c

Browse files
committed
v0.0.15
1 parent 0453813 commit f0fb30c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.14"
3+
version = "0.0.15"
44
requires-python = ">=3.9"
55
dependencies = ["numpy>=1.20.0"]
66
license = { text = "Apache-2.0" }

python/coreforecast/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.14"
1+
__version__ = "0.0.15"

0 commit comments

Comments
 (0)