Bump version [ci skip]

This commit is contained in:
Andrew-Chen-Wang 2021-05-26 22:58:44 -04:00
parent 2c318e0855
commit c2696398a8

View file

@ -1,4 +1,4 @@
VERSION = (2, 4, 1)
VERSION = (2, 4, 2)
__version__ = ".".join(map(str, VERSION))
default_app_config = "cachalot.apps.CachalotConfig"