mirror of
https://github.com/correl/typesafe-monads.git
synced 2025-04-14 09:09:58 -09:00
Automated publish: Fri Dec 18 11:43:28 UTC 2020 0c5708b5a8
This commit is contained in:
parent
7ffef8dff2
commit
801df9d8d5
2 changed files with 2 additions and 2 deletions
|
@ -8,4 +8,4 @@ from .result import Result, Ok, Err
|
|||
from .future import Future
|
||||
from .reader import Reader
|
||||
|
||||
version = "v0.0.7"
|
||||
version = "v0.0.8"
|
||||
|
|
2
setup.py
2
setup.py
|
@ -6,7 +6,7 @@ with open("README.md", "r") as f:
|
|||
|
||||
setup(
|
||||
name="typesafe-monads",
|
||||
version="v0.0.7",
|
||||
version="v0.0.8",
|
||||
author="Correl Roush, Sam Reghenzi",
|
||||
author_email="correl@gmail.com, sammyrulez@gmail.com",
|
||||
description="Type-annotated monad implementations for Python 3.7+",
|
||||
|
|
Loading…
Add table
Reference in a new issue