Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
sdaves authored Oct 17, 2020
1 parent 88236d8 commit 9b13880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "simplemonads"
version = "1.0.6"
version = "1.0.7"
description = "Easy to use monads (containers) that improve the quality of your python code. Use Just to end checking for None, Success to end unhandled exceptions, Future for async, and Reader for dependencies."
authors = ["Stephen Daves"]
license = "UNLICENSE"
Expand Down

0 comments on commit 9b13880

Please sign in to comment.