We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e58ac37 commit 80360a8Copy full SHA for 80360a8
2 files changed
.github/workflows/Deployment.yml
@@ -14,7 +14,7 @@ on:
14
version:
15
description: 'Dear PyGui Version'
16
required: false
17
- default: '2.0.0b1'
+ default: '2.1.0'
18
19
deploy:
20
description: 'Deploy (true will deploy to pypi)'
setup.py
@@ -9,7 +9,7 @@
9
import shutil
10
import subprocess
11
12
-wip_version = "2.0.0"
+wip_version = "2.1.0"
13
def version_number():
"""This function reads the version number which is populated by github actions"""
0 commit comments