Skip to content

Commit 0762246

Browse files
authored
Merge pull request #642 from hx2A/release0105a
bump version to 0.10.5a0
2 parents 0761df0 + d7f12f6 commit 0762246

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

py5_resources/py5_module/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.5.dev0"
25-
PROCESSING_BUILD_NUMBER = 1292
24+
VERSION = "0.10.5a0"
25+
PROCESSING_BUILD_NUMBER = 1301
2626

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

0 commit comments

Comments
 (0)