Skip to content

Commit 56f4b42

Browse files
committed
Bump version to v0.4.1-alpha
1 parent 0f3f9d3 commit 56f4b42

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ INCLUDES := include
4040
EXEFS_SRC := exefs_src
4141
APP_TITLE := PyNX
4242
APP_AUTHOR := nx-python, Python Software Foundation
43-
APP_VERSION := 0.4.0-alpha
43+
APP_VERSION := 0.4.1-alpha
4444

4545
#---------------------------------------------------------------------------------
4646
# options for code generation

python_build/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ PYFILE := py.tgz
5252
_NXFILE := _nx.zip
5353
_NXVERS := 5baa28b0ce6ab2c8390fd85cfc36e1086f2cede9
5454
NXFILE := nx.zip
55-
NXVERS := d20e94403bcc81c23b2997fd29aedc6ee81c0648
55+
NXVERS := 9b9d2dc61d6b0ecf9839ae470a26d5089d1102c1
5656

5757
.PHONY: all clean
5858

0 commit comments

Comments
 (0)