From 01c3178fad6547a81c15bb1de50fbeb66affa3ac Mon Sep 17 00:00:00 2001 From: epignatelli Date: Wed, 29 May 2024 10:57:55 +0100 Subject: [PATCH] chore(release): bump version --- navix/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/navix/_version.py b/navix/_version.py index 0b700c7..1f2e9fa 100644 --- a/navix/_version.py +++ b/navix/_version.py @@ -18,5 +18,5 @@ # under the License. -__version__ = "0.4.0" +__version__ = "0.5.0" __version_info__ = tuple(int(i) for i in __version__.split(".") if i.isdigit())