Update Version 1.0rc1

This commit is contained in:
Esa Kataja
2024-11-25 18:57:44 +02:00
parent 90dbed634d
commit 90b9a3a717
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -1,10 +1,10 @@
services: services:
pjl: pjl-backend:
# Build the image from the Dockerfile in the current directory # Build the image from the Dockerfile in the current directory
build: build:
context: . context: .
dockerfile: Dockerfile dockerfile: Dockerfile
image: pjl:0.9 image: pjl-backend:1.0rc1
# Host the FastAPI application on port 8000 # Host the FastAPI application on port 8000
ports: ports:
+2 -2
View File
@@ -1,6 +1,6 @@
[project] [project]
name = "pjl" name = "pjl-backend"
version = "0.9" version = "1.0rc1"
description = "Add your description here" description = "Add your description here"
readme = "README.md" readme = "README.md"
requires-python = ">=3.12" requires-python = ">=3.12"
Generated
+2 -2
View File
@@ -289,8 +289,8 @@ wheels = [
] ]
[[package]] [[package]]
name = "pjl" name = "pjl-backend"
version = "0.9" version = "1.0rc1"
source = { virtual = "." } source = { virtual = "." }
dependencies = [ dependencies = [
{ name = "bcrypt" }, { name = "bcrypt" },