Bump version to 0.4

This commit is contained in:
Correl Roush 2018-12-06 13:56:45 -05:00
parent 16c87c4d04
commit 83b13a3e74

View file

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