Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed Jan 17, 2025
1 parent e590f1d commit 105813a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
project(
'pymmcore-nano',
'cpp',
version : '11.2.1.71.0.dev2',
version : '11.2.1.71.0.dev3',
meson_version : '>= 1.2.0',
default_options : ['cpp_std=c++17']
)
Expand Down
2 changes: 1 addition & 1 deletion src/_pymmcore_nano.cc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ namespace nb = nanobind;

using namespace nb::literals;

const std::string PYMMCORE_NANO_VERSION = "0.dev2";
const std::string PYMMCORE_NANO_VERSION = "0.dev3";

///////////////// NUMPY ARRAY HELPERS ///////////////////

Expand Down

0 comments on commit 105813a

Please sign in to comment.