Bump version to 0.4.0 in settings and pyproject files
All checks were successful
Build and push Docker image / build (push) Successful in 1m54s
All checks were successful
Build and push Docker image / build (push) Successful in 1m54s
This commit is contained in:
parent
993ed8963c
commit
302b884b23
3 changed files with 3 additions and 3 deletions
|
@ -13,7 +13,7 @@ https://docs.djangoproject.com/en/5.2/ref/settings/
|
||||||
import os
|
import os
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
|
||||||
VERSION = "0.3.0"
|
VERSION = "0.4.0"
|
||||||
|
|
||||||
# Build paths inside the project like this: BASE_DIR / 'subdir'.
|
# Build paths inside the project like this: BASE_DIR / 'subdir'.
|
||||||
BASE_DIR = Path(__file__).resolve().parent.parent
|
BASE_DIR = Path(__file__).resolve().parent.parent
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[project]
|
[project]
|
||||||
name = "musik"
|
name = "musik"
|
||||||
version = "0.3.0"
|
version = "0.4.0"
|
||||||
description = "Le jeu de Musik."
|
description = "Le jeu de Musik."
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.12"
|
requires-python = ">=3.12"
|
||||||
|
|
2
uv.lock
generated
2
uv.lock
generated
|
@ -423,7 +423,7 @@ wheels = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "musik"
|
name = "musik"
|
||||||
version = "0.3.0"
|
version = "0.4.0"
|
||||||
source = { virtual = "." }
|
source = { virtual = "." }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
{ name = "celery" },
|
{ name = "celery" },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue