diff --git a/Documentation/CHANGELOG.md b/Documentation/CHANGELOG.md index 5f3482d89..4166ac4bf 100644 --- a/Documentation/CHANGELOG.md +++ b/Documentation/CHANGELOG.md @@ -8,9 +8,9 @@ For more information on HARK, see [our Github organization](https://github.com/e ## Changes -### 0.14.1 (IN DEVELOPMENT) +### 0.14.1 -Release date: ??? +Release date: February 28, 2024 #### Major Changes diff --git a/HARK/__init__.py b/HARK/__init__.py index ba1e4a763..bc0da6990 100644 --- a/HARK/__init__.py +++ b/HARK/__init__.py @@ -1,6 +1,6 @@ from .core import * -__version__ = "0.14.0" +__version__ = "0.14.1" """ Logging tools for HARK. diff --git a/pyproject.toml b/pyproject.toml index 94aa901c9..c8da30f69 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "econ-ark" -version = "0.14.0" +version = "0.14.1" authors = [{name = "Econ-ARK team", email = "econ-ark@jhuecon.org"}] classifiers = [ "Development Status :: 3 - Alpha",