Skip to content

Commit 80360a8

Browse files
committed
chore: bump version to v2.1.0
1 parent e58ac37 commit 80360a8

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.0.0b1'
17+
default: '2.1.0'
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.0.0"
12+
wip_version = "2.1.0"
1313

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

0 commit comments

Comments
 (0)