Bump version to 0.8

This commit is contained in:
Correl Roush 2019-06-11 11:57:16 -04:00
parent 348d98e786
commit 078dd46faa

View file

@ -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+",