Skip to content

Commit

Permalink
Version 1.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
dsblank committed Oct 12, 2022
1 parent 7267cbd commit 719069f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/kangas/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
# All rights reserved #
######################################################

version_info = (1, 1, 12)
version_info = (1, 1, 13)
__version__ = ".".join(map(str, version_info))

0 comments on commit 719069f

Please sign in to comment.