1
0
Fork 0
mirror of https://github.com/correl/typesafe-monads.git synced 2025-03-29 01:09:10 -09:00

Automated publish: Mon Dec 21 08:20:08 UTC 2020 3da210c062

This commit is contained in:
Automated Publisher 2020-12-21 08:20:08 +00:00
parent 3da210c062
commit 054ee4de25
2 changed files with 2 additions and 2 deletions

View file

@ -8,4 +8,4 @@ from .result import Result, Ok, Err
from .future import Future
from .reader import Reader
version = "v0.0.8"
version = "v0.0.11"

View file

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