Skip to content

Commit

Permalink
0.16.2: edit description
Browse files Browse the repository at this point in the history
  • Loading branch information
ebonnal committed Jul 8, 2024
1 parent 1e4e367 commit 9f5599d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# `streamable`
### *expressive iteration*
### *Expressive iteration: fluent, typed, lazy, concurrent*
[![Actions Status](https://github.com/ebonnal/streamable/workflows/unittest/badge.svg)](https://github.com/ebonnal/streamable/actions)
[![codecov](https://codecov.io/gh/ebonnal/streamable/graph/badge.svg?token=S62T0JQK9N)](https://codecov.io/gh/ebonnal/streamable)
[![Actions Status](https://github.com/ebonnal/streamable/workflows/typing/badge.svg)](https://github.com/ebonnal/streamable/actions)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
license="Apache 2.",
author="ebonnal",
author_email="[email protected]",
description="expressive iteration in Python",
description="Expressive iteration in Python: fluent, typed, lazy, concurrent.",
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
)
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.16.1"
__version__ = "0.16.2"

0 comments on commit 9f5599d

Please sign in to comment.