From 90b9a3a71791fbea3e9173b93c961b50867ff9c8 Mon Sep 17 00:00:00 2001 From: Esa Kataja Date: Mon, 25 Nov 2024 18:57:44 +0200 Subject: [PATCH] Update Version 1.0rc1 --- docker-compose.yml | 4 ++-- pyproject.toml | 4 ++-- uv.lock | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 39a49e0..0d87cb3 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,10 +1,10 @@ services: - pjl: + pjl-backend: # Build the image from the Dockerfile in the current directory build: context: . dockerfile: Dockerfile - image: pjl:0.9 + image: pjl-backend:1.0rc1 # Host the FastAPI application on port 8000 ports: diff --git a/pyproject.toml b/pyproject.toml index bc1b061..61219f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] -name = "pjl" -version = "0.9" +name = "pjl-backend" +version = "1.0rc1" description = "Add your description here" readme = "README.md" requires-python = ">=3.12" diff --git a/uv.lock b/uv.lock index 6c3c876..f8b9c5e 100644 --- a/uv.lock +++ b/uv.lock @@ -289,8 +289,8 @@ wheels = [ ] [[package]] -name = "pjl" -version = "0.9" +name = "pjl-backend" +version = "1.0rc1" source = { virtual = "." } dependencies = [ { name = "bcrypt" },