Skip to content

Commit 51fbd08

Browse files
committed
v12.0.0.75.0rc1
1 parent 416096e commit 51fbd08

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
project(
44
'pymmcore-nano',
55
'cpp',
6-
version : '12.0.0.75.0',
6+
version : '12.0.0.75.0rc1',
77
meson_version : '>=1.4.0',
88
default_options : ['cpp_std=c++17']
99
)

src/_pymmcore_nano.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ namespace nb = nanobind;
1515

1616
using namespace nb::literals;
1717

18-
const std::string PYMMCORE_NANO_VERSION = "0";
18+
const std::string PYMMCORE_NANO_VERSION = "0rc1";
1919

2020
///////////////// GIL_MACROS ///////////////////
2121

0 commit comments

Comments
 (0)