From f37d4768185aa999ef10a808e2678e22354e2f22 Mon Sep 17 00:00:00 2001 From: ebonnal Date: Wed, 25 Sep 2024 12:53:55 +0100 Subject: [PATCH] 1.0.0 --- setup.py | 2 +- version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index d702d7e..6704379 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ license="Apache 2.", author="ebonnal", author_email="bonnal.enzo.dev@gmail.com", - description="Stream-like manipulation of Python iterables: fluent, typed, lazy, concurrent", + description="Stream-like manipulation of iterables", long_description=open("README.md").read(), long_description_content_type="text/markdown", ) diff --git a/version.py b/version.py index 1317d75..5becc17 100644 --- a/version.py +++ b/version.py @@ -1 +1 @@ -__version__ = "0.18.0" +__version__ = "1.0.0"