Skip to content

Commit 5341c82

Browse files
authored
Merge pull request #1449 from econ-ark/ReleasePrep0.15.0
Bump version to 0.15.0
2 parents 9084ecb + 34c249e commit 5341c82

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

HARK/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from .core import *
22

3-
__version__ = "0.14.1"
3+
__version__ = "0.15.0"
44

55
"""
66
Logging tools for HARK.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "econ-ark"
7-
version = "0.14.1"
7+
version = "0.15.0"
88
authors = [{name = "Econ-ARK team", email = "[email protected]"}]
99
classifiers = [
1010
"Development Status :: 3 - Alpha",

0 commit comments

Comments
 (0)