diff --git a/.bumpversion.cfg b/.bumpversion.cfg index a253571..ebd9483 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.2 +current_version = 0.1.3 commit = True tag = True diff --git a/core/settings.py b/core/settings.py index 86cec40..4b69bef 100644 --- a/core/settings.py +++ b/core/settings.py @@ -5,7 +5,7 @@ from pathlib import Path from django.utils import timezone -VERSION = "0.1.2" +VERSION = "0.1.3" # BASE_DIR is the root of the project, all paths should be constructed from it using pathlib BASE_DIR = Path(__file__).parent.parent