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" },