diff --git a/LICENSE b/LICENSE index 50549d9..6a7e984 100644 --- a/LICENSE +++ b/LICENSE @@ -630,7 +630,7 @@ state the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. AdvLabDB - Copyright (C) 2022 Mohamad Bitar + Copyright (C) 2022-2023 Mo Bitar This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published diff --git a/pyproject.toml b/pyproject.toml index b63fae4..cf44ed8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "advlabdb" -version = "0.8.0" +version = "0.9.0" description = "Database with a web interface for labs." authors = ["Mo Bitar "] readme = "README.md"