Skip to content

Commit c1319cd

Browse files
authored
Merge pull request #782 from hx2A/main
bump version to 0.10.11a0
2 parents ad37825 + db929c4 commit c1319cd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

py5-resources/py5-module/src/py5_tools/constants.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
import platform
2222
from pathlib import Path
2323

24-
VERSION = "0.10.11.dev1"
25-
PROCESSING_BUILD_NUMBER = 1313
24+
VERSION = "0.10.11a0"
25+
PROCESSING_BUILD_NUMBER = 1433
2626

2727
if not (PY5_HOME := os.environ.get("PY5_HOME")):
2828
if platform.system() == "Windows":

0 commit comments

Comments
 (0)