Skip to content

Commit

Permalink
v1.5.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
wjakob committed Aug 24, 2023
1 parent 7b85fef commit b0e24d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/nanobind/nanobind.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

#define NB_VERSION_MAJOR 1
#define NB_VERSION_MINOR 5
#define NB_VERSION_PATCH 1
#define NB_VERSION_PATCH 2

// Core C++ headers that nanobind depends on
#include <cstdint>
Expand Down
2 changes: 1 addition & 1 deletion src/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def cmake_dir() -> str:
"Return the path to the nanobind CMake module directory."
return os.path.join(os.path.abspath(os.path.dirname(__file__)), "cmake")

__version__ = "1.5.1"
__version__ = "1.5.2"

__all__ = (
"__version__",
Expand Down

0 comments on commit b0e24d5

Please sign in to comment.