Skip to content

Commit

Permalink
chore: 1.10.1 WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Hoffstadt authored and hoffstadt committed Sep 13, 2023
1 parent 31d844d commit eb97932
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
version:
description: 'Dear PyGui Version'
required: false
default: '0.0.1'
default: '1.10.1'

deploy:
description: 'Deploy (true will deploy to pypi)'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import shutil
import subprocess

wip_version = "1.10.0"
wip_version = "1.10.1"

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

0 comments on commit eb97932

Please sign in to comment.