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