From f63a44825a3d0ab579311ba817ccc495b7a85ab2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Voron?= Date: Fri, 1 Apr 2022 17:59:37 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.10.1=20=E2=86=92=200.10.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/fief/__init__.py | 2 +- backend/setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/fief/__init__.py b/backend/fief/__init__.py index 1f4c4d43..17c1a626 100644 --- a/backend/fief/__init__.py +++ b/backend/fief/__init__.py @@ -1 +1 @@ -__version__ = "0.10.1" +__version__ = "0.10.2" diff --git a/backend/setup.cfg b/backend/setup.cfg index 564d45a5..8ce40361 100644 --- a/backend/setup.cfg +++ b/backend/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.10.1 +current_version = 0.10.2 commit = True tag = True