From 98185a2aef2a901bcdfeca8d2d76437153477119 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Voron?= Date: Sun, 6 Feb 2022 17:12:12 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.0.1=20=E2=86=92=200.0.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 f102a9ca..3b93d0be 100644 --- a/backend/fief/__init__.py +++ b/backend/fief/__init__.py @@ -1 +1 @@ -__version__ = "0.0.1" +__version__ = "0.0.2" diff --git a/backend/setup.cfg b/backend/setup.cfg index 63ac6ceb..dd4a7a26 100644 --- a/backend/setup.cfg +++ b/backend/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.1 +current_version = 0.0.2 commit = True tag = True