From f69df24df86b1f8961bd2c5c14919debc82c7054 Mon Sep 17 00:00:00 2001 From: cetteup Date: Fri, 3 Nov 2023 17:12:03 +0100 Subject: [PATCH] tag: Bump version to 0.8.0 --- BF2AutoSpectator/common/constants.py | 2 +- setup.cfg | 2 +- versionfile.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/BF2AutoSpectator/common/constants.py b/BF2AutoSpectator/common/constants.py index cb416ca..71267be 100644 --- a/BF2AutoSpectator/common/constants.py +++ b/BF2AutoSpectator/common/constants.py @@ -1,5 +1,5 @@ APP_NAME = 'BF2AutoSpectator' -APP_VERSION = '0.7.2' +APP_VERSION = '0.8.0' BF2_EXE = 'BF2.exe' BF2_WINDOW_TITLE = 'BF2 (v1.5.3153-802.0, pid:' TESSERACT_EXE = 'tesseract.exe' diff --git a/setup.cfg b/setup.cfg index 40d6c4b..04f12ba 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = BF2AutoSpectator -version = 0.7.2 +version = 0.8.0 description = An automated spectator for Battlefield 2 written in Python long_description = file: README.md long_description_content_type = text/markdown diff --git a/versionfile.yaml b/versionfile.yaml index 19258f9..a3e6a53 100644 --- a/versionfile.yaml +++ b/versionfile.yaml @@ -1,4 +1,4 @@ -Version: 0.7.2.0 +Version: 0.8.0.0 CompanyName: cetteup FileDescription: BF2 auto spectator InternalName: BF2 auto spectator