Skip to content

Commit aa64061

Browse files
committed
v3.0.0b1
1 parent 7fadcb3 commit aa64061

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bricks/pybricks_config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
#define PYBRICKS_VERSION_MAJOR 3
77
#define PYBRICKS_VERSION_MINOR 0
88
#define PYBRICKS_VERSION_MICRO 0
9-
#define PYBRICKS_VERSION_LEVEL_HEX 0xA
10-
#define PYBRICKS_VERSION_SERIAL 13
9+
#define PYBRICKS_VERSION_LEVEL_HEX 0xB
10+
#define PYBRICKS_VERSION_SERIAL 1
1111

1212
// strings come from https://docs.python.org/3/library/sys.html#sys.version_info
1313
#if PYBRICKS_VERSION_LEVEL_HEX == 0xA

0 commit comments

Comments
 (0)