Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
laclouis5 committed Nov 16, 2022
1 parent e719fa5 commit 9f668e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/globox/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION = (1, 2, 2)
VERSION = (1, 3, 0)

__version__ = ".".join(map(str, VERSION))

0 comments on commit 9f668e9

Please sign in to comment.