From b48a46323bb14aa8ade7029da7f13be2f10cc899 Mon Sep 17 00:00:00 2001 From: florimondmanca Date: Mon, 11 Dec 2023 20:43:32 +0100 Subject: [PATCH] Version 0.5.0 --- CHANGELOG.md | 2 +- README.md | 2 +- src/aiometer/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f2db84..0d21b44 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-12 ### 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__",