Skip to content

Commit

Permalink
chore: 1.11.1 WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
hoffstadt committed Mar 5, 2024
1 parent c58d755 commit 78947e0
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: '1.11.0'
default: '1.12.0'

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.11.0"
wip_version = "1.11.1"

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

0 comments on commit 78947e0

Please sign in to comment.