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 Jul 8, 2024
1 parent 7b5c5a1 commit 1ea7605
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.6.17"
__version__ = "0.6.18"
__version_info__ = tuple(int(i) for i in __version__.split(".") if i.isdigit())

0 comments on commit 1ea7605

Please sign in to comment.