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"""