mirror of
https://github.com/correl/typesafe-monads.git
synced 2024-11-14 11:09:36 +00:00
Bump version to 0.3
This commit is contained in:
parent
c7a5020d89
commit
69f8aa86b9
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -6,7 +6,7 @@ with open("README.md", "r") as f:
|
|||
|
||||
setup(
|
||||
name="typesafe-monads",
|
||||
version="0.2",
|
||||
version="0.3",
|
||||
author="Correl Roush",
|
||||
author_email="correl@gmail.com",
|
||||
description="Type-annotated monad implementations for Python 3.7+",
|
||||
|
|
Loading…
Reference in a new issue