diff --git a/backend/fief/__init__.py b/backend/fief/__init__.py index 034f46c3..6526deb4 100644 --- a/backend/fief/__init__.py +++ b/backend/fief/__init__.py @@ -1 +1 @@ -__version__ = "0.0.6" +__version__ = "0.0.7" diff --git a/backend/setup.cfg b/backend/setup.cfg index 17bc549c..894359ab 100644 --- a/backend/setup.cfg +++ b/backend/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.6 +current_version = 0.0.7 commit = True tag = True