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