We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 894f2f3 commit 47e8af0Copy full SHA for 47e8af0
docs/conf.py
@@ -58,9 +58,9 @@
58
# built documents.
59
#
60
# The short X.Y version.
61
-version = "0.0.4"
+version = "0.0.5"
62
# The full version, including alpha/beta/rc tags.
63
-release = "0.0.4"
+release = "0.0.5"
64
65
# The language for content autogenerated by Sphinx. Refer to documentation
66
# for a list of supported languages.
setup.py
@@ -3,7 +3,7 @@
3
from pybind11.setup_helpers import Pybind11Extension, build_ext
4
from setuptools import setup
5
6
-__version__ = "0.0.4"
+__version__ = "0.0.5"
7
8
# The main interface is through Pybind11Extension.
9
# * You can add cxx_std=11/14/17, and then build_ext can be removed.
0 commit comments