From 4218f79cbbcb19ddfa5455ead29ca11a53ae3fc9 Mon Sep 17 00:00:00 2001 From: spencershepard Date: Sat, 1 Feb 2025 12:50:27 -0800 Subject: [PATCH] update pydcs --- Generator/requirements.txt | 2 +- Generator/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Generator/requirements.txt b/Generator/requirements.txt index de741ec..6020a84 100644 --- a/Generator/requirements.txt +++ b/Generator/requirements.txt @@ -1,4 +1,4 @@ -git+https://github.com/spencershepard/dcs@48b32ae917b2a67d9409345a1f5c368e59e5229f +git+https://github.com/spencershepard/dcs@c09ba528a93df9651b349bb8bcf998cf2dd89787 packaging==21.3 PyQt5==5.15.9 PyYAML==6.0 diff --git a/Generator/version.py b/Generator/version.py index 91fa60e..2f71951 100644 --- a/Generator/version.py +++ b/Generator/version.py @@ -1,7 +1,7 @@ # ROTOROPS VERSION maj_version = 1 minor_version = 9 -patch_version = 0 +patch_version = 1 version_url = 'https://dcs-helicopters.com/app-updates/versioncheck.yaml'