Skip to content

Commit

Permalink
Merge pull request #64 from epignatelli/bump
Browse files Browse the repository at this point in the history
chore(release): bump version
  • Loading branch information
epignatelli authored Jun 7, 2024
2 parents 9a74f40 + e243e15 commit c70cd9b
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.1"
__version__ = "0.6.2"
__version_info__ = tuple(int(i) for i in __version__.split(".") if i.isdigit())

0 comments on commit c70cd9b

Please sign in to comment.