Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Version 0.5.0 #45

Merged
merged 1 commit into from
Dec 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/aiometer/__init__.py
Original file line number Diff line number Diff line change
@@ -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__",
Expand Down