From 78947e00b9bc56e933b73622bfff6e2e784726a7 Mon Sep 17 00:00:00 2001 From: Jonathan Hoffstadt Date: Mon, 4 Mar 2024 21:08:50 -0600 Subject: [PATCH] chore: 1.11.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 3354fc85b..b33bf3439 100644 --- a/.github/workflows/Deployment.yml +++ b/.github/workflows/Deployment.yml @@ -17,7 +17,7 @@ on: version: description: 'Dear PyGui Version' required: false - default: '1.11.0' + default: '1.12.0' deploy: description: 'Deploy (true will deploy to pypi)' diff --git a/setup.py b/setup.py index ad658859b..8cdc646cb 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ import shutil import subprocess -wip_version = "1.11.0" +wip_version = "1.11.1" def version_number(): """This function reads the version number which is populated by github actions"""