Skip to content

Commit

Permalink
v1.9.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
wjakob committed Feb 23, 2024
1 parent 8e1f840 commit 80a30c8
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 9
#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.9.1"
__version__ = "1.9.2"

__all__ = (
"__version__",
Expand Down

0 comments on commit 80a30c8

Please sign in to comment.