File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2222#endif
2323
2424#define NB_VERSION_MAJOR 2
25- #define NB_VERSION_MINOR 6
25+ #define NB_VERSION_MINOR 7
2626#define NB_VERSION_PATCH 0
27- #define NB_VERSION_DEV 0 // A value > 0 indicates a development release
27+ #define NB_VERSION_DEV 1 // A value > 0 indicates a development release
2828
2929// Core C++ headers that nanobind depends on
3030#include < cstddef>
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"
44
55[project ]
66name = " nanobind"
7- version = " 2.6.0 "
7+ version = " 2.7.0dev1 "
88description = " nanobind: tiny and efficient C++/Python bindings"
99readme.content-type = " text/markdown"
1010readme.text = """
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ def cmake_dir() -> str:
1616 "Return the path to the nanobind CMake module directory."
1717 return os .path .join (os .path .abspath (os .path .dirname (__file__ )), "cmake" )
1818
19- __version__ = "2.6.0 "
19+ __version__ = "2.7.0dev1 "
2020
2121__all__ = (
2222 "__version__" ,
You can’t perform that action at this time.
0 commit comments