diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f2db84..63b3a7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). -## 0.5.0 - Unreleased +## 0.5.0 - 2023-12-11 ### Removed diff --git a/README.md b/README.md index 9757eee..e4c615c 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ _Try this code interactively using [IPython](https://ipython.org/install.html)._ _This project is in beta and maturing. Be sure to pin any dependencies to the latest minor._ ```bash -pip install "aiometer==0.4.*" +pip install "aiometer==0.5.*" ``` ## Features diff --git a/src/aiometer/__init__.py b/src/aiometer/__init__.py index 666951e..5b81de7 100644 --- a/src/aiometer/__init__.py +++ b/src/aiometer/__init__.py @@ -1,6 +1,6 @@ from ._impl import amap, run_all, run_any, run_on_each -__version__ = "0.4.0" +__version__ = "0.5.0" __all__ = [ "__version__",