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 079afd0 commit e99ba96Copy full SHA for e99ba96
bricks/pybricks_config.h
@@ -6,8 +6,8 @@
6
#define PYBRICKS_VERSION_MAJOR 2
7
#define PYBRICKS_VERSION_MINOR 0
8
#define PYBRICKS_VERSION_MICRO 0
9
-#define PYBRICKS_VERSION_LEVEL_HEX 0xB
10
-#define PYBRICKS_VERSION_SERIAL 6
+#define PYBRICKS_VERSION_LEVEL_HEX 0xF
+#define PYBRICKS_VERSION_SERIAL 0
11
12
// strings come from https://docs.python.org/3/library/sys.html#sys.version_info
13
#if PYBRICKS_VERSION_LEVEL_HEX == 0xA
micropython-tag
@@ -1 +1 @@
1
-v1.11+pybricks2.0.0b6
+v1.11+pybricks2.0.0
0 commit comments