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"