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