Skip to content

Commit

Permalink
Bump version 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vxgmichel committed Sep 28, 2023
1 parent a704e9a commit 017994a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import sys

from setuptools import setup

TESTING = any(x in sys.argv for x in ["test", "pytest"])
Expand All @@ -9,7 +10,7 @@

setup(
name="aiostream",
version="0.5.1.dev0",
version="0.5.1",
packages=["aiostream", "aiostream.stream"],
python_requires=">=3.8",
install_requires=["typing-extensions"],
Expand Down

0 comments on commit 017994a

Please sign in to comment.