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 31d844d commit eb97932Copy full SHA for eb97932
.github/workflows/Deployment.yml
@@ -17,7 +17,7 @@ on:
17
version:
18
description: 'Dear PyGui Version'
19
required: false
20
- default: '0.0.1'
+ default: '1.10.1'
21
22
deploy:
23
description: 'Deploy (true will deploy to pypi)'
setup.py
@@ -9,7 +9,7 @@
9
import shutil
10
import subprocess
11
12
-wip_version = "1.10.0"
+wip_version = "1.10.1"
13
14
def version_number():
15
"""This function reads the version number which is populated by github actions"""
0 commit comments