Update version.py

This commit is contained in:
Don 2025-10-04 09:46:24 -05:00 committed by GitHub
parent 852f51ae04
commit 97952c69da
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,5 +4,4 @@ optional_dev_tag = ''
if os.getenv('DEV_BUILD'):
optional_dev_tag = '.dev' + os.getenv('DEV_BUILD')
__version__ = '0.9.4' + optional_dev_tag
__version__ = '1.1.0-beta'
__version__ = '1.1.0' + optional_dev_tag