Skip to content

Commit

Permalink
CHORE: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mplanchard committed Sep 23, 2020
1 parent 2c4fa67 commit 3fa8ccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/safetywrap/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Typesafe python versions of Rust-inspired result types."""

__all__ = ("Option", "Result", "Ok", "Err", "Some", "Nothing")
__version__ = "1.4.0"
__version__ = "1.5.0"
__version_info__ = tuple(map(int, __version__.split(".")))


Expand Down

0 comments on commit 3fa8ccb

Please sign in to comment.