Skip to content

Commit

Permalink
ci: up version to 2.0b1
Browse files Browse the repository at this point in the history
  • Loading branch information
hoffstadt committed Sep 17, 2024
1 parent 2857c94 commit 439931d
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: '2.0.0b'
default: '2.0.0b1'

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 = "2.0.0b"
wip_version = "2.0.0b1"

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

0 comments on commit 439931d

Please sign in to comment.