Skip to content

Commit 350745b

Browse files
committed
chore: bump version to 2.1.1
1 parent 478b9df commit 350745b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/Deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
version:
1515
description: 'Dear PyGui Version'
1616
required: false
17-
default: '2.1.0'
17+
default: '2.1.2'
1818

1919
deploy:
2020
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 = "2.1.0"
12+
wip_version = "2.1.1"
1313

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

0 commit comments

Comments
 (0)