Skip to content

Commit

Permalink
Version 0.5.0 (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
florimondmanca authored Dec 11, 2023
1 parent 9b43b33 commit 238e2b2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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

0 comments on commit 238e2b2

Please sign in to comment.