diff --git a/.github/workflows/Deployment.yml b/.github/workflows/Deployment.yml index 5655c4c11..55cef195e 100644 --- a/.github/workflows/Deployment.yml +++ b/.github/workflows/Deployment.yml @@ -17,7 +17,7 @@ on: version: description: 'Dear PyGui Version' required: false - default: '2.0.0b' + default: '2.0.0b1' deploy: description: 'Deploy (true will deploy to pypi)' diff --git a/setup.py b/setup.py index 920aa79b1..e6abc8b16 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ import shutil import subprocess -wip_version = "2.0.0b" +wip_version = "2.0.0b1" def version_number(): """This function reads the version number which is populated by github actions"""