Skip to content

Commit

Permalink
chore(release): bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
epignatelli committed May 29, 2024
1 parent 12f329c commit 01c3178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion navix/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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())

0 comments on commit 01c3178

Please sign in to comment.