Skip to content

Commit

Permalink
Bump package version to 2.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-Chen-Wang authored Aug 12, 2024
1 parent 6003040 commit 0a62691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cachalot/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (2, 6, 2)
VERSION = (2, 6, 3)
__version__ = ".".join(map(str, VERSION))

default_app_config = "cachalot.apps.CachalotConfig"

0 comments on commit 0a62691

Please sign in to comment.