From d73221afb7ebd23e8fe206bc8a4da1f3493aca04 Mon Sep 17 00:00:00 2001 From: Oscar Krause Date: Thu, 29 Dec 2022 07:40:43 +0100 Subject: [PATCH] bump version to 1.0 --- .DEBIAN/control | 2 +- .PKGBUILD/PKGBUILD | 2 +- version.env | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.DEBIAN/control b/.DEBIAN/control index 01db5e9..d5054a8 100644 --- a/.DEBIAN/control +++ b/.DEBIAN/control @@ -1,5 +1,5 @@ Package: fastapi-dls -Version: 1.0.0 +Version: 1.0 Architecture: all Maintainer: Oscar Krause oscar.krause@collinwebdesigns.de Depends: python3, python3-fastapi, python3-uvicorn, python3-dotenv, python3-dateutil, python3-jose, python3-sqlalchemy, python3-pycryptodome, python3-markdown, uvicorn, openssl diff --git a/.PKGBUILD/PKGBUILD b/.PKGBUILD/PKGBUILD index 1a4655a..3a2fac0 100644 --- a/.PKGBUILD/PKGBUILD +++ b/.PKGBUILD/PKGBUILD @@ -2,7 +2,7 @@ # Maintainer: Oscar Krause pkgname=fastapi-dls -pkgver=1.0.0 +pkgver=1.0 pkgrel=1 pkgdesc='NVIDIA DLS server implementation with FastAPI' arch=('any') diff --git a/version.env b/version.env index 624bade..d53e27c 100644 --- a/version.env +++ b/version.env @@ -1 +1 @@ -VERSION=1.0.0 +VERSION=1.0