We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fadcb3 commit aa64061Copy full SHA for aa64061
bricks/pybricks_config.h
@@ -6,8 +6,8 @@
6
#define PYBRICKS_VERSION_MAJOR 3
7
#define PYBRICKS_VERSION_MINOR 0
8
#define PYBRICKS_VERSION_MICRO 0
9
-#define PYBRICKS_VERSION_LEVEL_HEX 0xA
10
-#define PYBRICKS_VERSION_SERIAL 13
+#define PYBRICKS_VERSION_LEVEL_HEX 0xB
+#define PYBRICKS_VERSION_SERIAL 1
11
12
// strings come from https://docs.python.org/3/library/sys.html#sys.version_info
13
#if PYBRICKS_VERSION_LEVEL_HEX == 0xA
0 commit comments