diff --git a/contest/__version__.py b/contest/__version__.py index 9e3a769..0fcc088 100644 --- a/contest/__version__.py +++ b/contest/__version__.py @@ -1,6 +1,6 @@ __title__ = 'contest' __description__ = 'A console application tester.' __url__ = 'https://github.com/Lnk2past/contest' -__version__ = '2021.11.0' +__version__ = '2024.8.0' __author__ = 'Lnk2past' __license__ = 'MIT'