From 078dd46faa8569756337ab2168b560d8e4dd2c8f Mon Sep 17 00:00:00 2001 From: Correl Roush Date: Tue, 11 Jun 2019 11:57:16 -0400 Subject: [PATCH] Bump version to 0.8 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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+",