From eb979321b639757a8289c835528b91f012dbb803 Mon Sep 17 00:00:00 2001 From: Jonathan Hoffstadt Date: Tue, 12 Sep 2023 22:06:12 -0500 Subject: [PATCH] chore: 1.10.1 WIP --- .github/workflows/Deployment.yml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Deployment.yml b/.github/workflows/Deployment.yml index 4e54f39ab..95fa4033f 100644 --- a/.github/workflows/Deployment.yml +++ b/.github/workflows/Deployment.yml @@ -17,7 +17,7 @@ on: version: description: 'Dear PyGui Version' required: false - default: '0.0.1' + default: '1.10.1' deploy: description: 'Deploy (true will deploy to pypi)' diff --git a/setup.py b/setup.py index afc654b37..b09f3d635 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ import shutil import subprocess -wip_version = "1.10.0" +wip_version = "1.10.1" def version_number(): """This function reads the version number which is populated by github actions"""