Bump version: 0.1.2 → 0.1.3

This commit is contained in:
Corban-Lee Jones 2024-08-03 23:42:45 +01:00
parent 0805ca539d
commit 66fafd5f1b
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.2
current_version = 0.1.3
commit = True
tag = True

View File

@ -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