Skip to content

Commit eb97932

Browse files
Jonathan Hoffstadthoffstadt
authored andcommitted
chore: 1.10.1 WIP
1 parent 31d844d commit eb97932

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/Deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717
version:
1818
description: 'Dear PyGui Version'
1919
required: false
20-
default: '0.0.1'
20+
default: '1.10.1'
2121

2222
deploy:
2323
description: 'Deploy (true will deploy to pypi)'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import shutil
1010
import subprocess
1111

12-
wip_version = "1.10.0"
12+
wip_version = "1.10.1"
1313

1414
def version_number():
1515
"""This function reads the version number which is populated by github actions"""

0 commit comments

Comments
 (0)