diff --git a/config.py b/config.py index de5b99b..0732cd7 100644 --- a/config.py +++ b/config.py @@ -23,7 +23,7 @@ class Config: APP_NAME = "moodle-quiz-archive-worker" """Name of this app.""" - VERSION = "1.3.10-dev+202407041337" + VERSION = "1.3.10-dev+202407041728" """Version of this app.""" LOG_LEVEL = logging.getLevelNamesMapping()[os.getenv('QUIZ_ARCHIVER_LOG_LEVEL', default='INFO')] diff --git a/pyproject.toml b/pyproject.toml index 5fed96c..25c154c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "moodle-quiz-archive-worker" -version = "1.3.10-dev+202407041337" +version = "1.3.10-dev+202407041728" description = "Quiz archiver service to work in conjunction with the Moodle plugin 'quiz_archiver'" authors = ["Niels Gandraß "] readme = "README.md"