Bump version to 0.4.4 in settings, pyproject.toml, and uv.lock
All checks were successful
Build and push Docker image / build (push) Successful in 1m41s

This commit is contained in:
Edgar P. Burkhart 2025-06-17 00:00:05 +02:00
parent b20eee8cfb
commit e4168b474d
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227
3 changed files with 3 additions and 3 deletions

View file

@ -13,7 +13,7 @@ https://docs.djangoproject.com/en/5.2/ref/settings/
import os
from pathlib import Path
VERSION = "0.4.3"
VERSION = "0.4.4"
# Build paths inside the project like this: BASE_DIR / 'subdir'.
BASE_DIR = Path(__file__).resolve().parent.parent

View file

@ -1,6 +1,6 @@
[project]
name = "musik"
version = "0.4.3"
version = "0.4.4"
description = "Le jeu de Musik."
readme = "README.md"
requires-python = ">=3.12"

2
uv.lock generated
View file

@ -423,7 +423,7 @@ wheels = [
[[package]]
name = "musik"
version = "0.4.3"
version = "0.4.4"
source = { virtual = "." }
dependencies = [
{ name = "celery" },