Skip to content

Commit

Permalink
Version 0.6.11
Browse files Browse the repository at this point in the history
AbCache: Actually print bad response's content. #20
  • Loading branch information
mos9527 committed Feb 3, 2025
1 parent 0e4a745 commit 9b271af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sssekai/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__VERSION_MAJOR__ = 0
__VERSION_MINOR__ = 6
__VERSION_PATCH__ = 10
__VERSION_PATCH__ = 11

__version_tuple__ = (__VERSION_MAJOR__, __VERSION_MINOR__, __VERSION_PATCH__)
__version__ = "%s.%s.%s" % __version_tuple__

0 comments on commit 9b271af

Please sign in to comment.