diff --git a/setup.py b/setup.py index 1285995..bd17ff4 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ with open("README.md", "r") as f: setup( name="typesafe-monads", - version="0.7", + version="0.8", author="Correl Roush", author_email="correl@gmail.com", description="Type-annotated monad implementations for Python 3.7+",