From 432118ac58a2b550c24aaf3112cb8507c1fc2ae4 Mon Sep 17 00:00:00 2001 From: Tris Forster Date: Wed, 21 Dec 2022 08:08:36 +1100 Subject: [PATCH] Version bump --- byostorage/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/byostorage/__init__.py b/byostorage/__init__.py index 0b7c334..3198959 100644 --- a/byostorage/__init__.py +++ b/byostorage/__init__.py @@ -1,2 +1,2 @@ -__version__ = '0.2.1' +__version__ = '0.2.2' default_app_config = 'byostorage.apps.BYOStorageConfig' \ No newline at end of file