Bump version to 0.7

This commit is contained in:
Correl Roush 2019-01-08 15:54:47 -05:00
parent efa13e6f08
commit 894e272d16

View file

@ -6,7 +6,7 @@ with open("README.md", "r") as f:
setup(
name="typesafe-monads",
version="0.6",
version="0.7",
author="Correl Roush",
author_email="correl@gmail.com",
description="Type-annotated monad implementations for Python 3.7+",