Skip to content

Commit e99ba96

Browse files
committed
v2.0.0
1 parent 079afd0 commit e99ba96

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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 2
77
#define PYBRICKS_VERSION_MINOR 0
88
#define PYBRICKS_VERSION_MICRO 0
9-
#define PYBRICKS_VERSION_LEVEL_HEX 0xB
10-
#define PYBRICKS_VERSION_SERIAL 6
9+
#define PYBRICKS_VERSION_LEVEL_HEX 0xF
10+
#define PYBRICKS_VERSION_SERIAL 0
1111

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

micropython-tag

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.11+pybricks2.0.0b6
1+
v1.11+pybricks2.0.0

0 commit comments

Comments
 (0)