Skip to content

Commit 47e8af0

Browse files
committed
bump version again
1 parent 894f2f3 commit 47e8af0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@
5858
# built documents.
5959
#
6060
# The short X.Y version.
61-
version = "0.0.4"
61+
version = "0.0.5"
6262
# The full version, including alpha/beta/rc tags.
63-
release = "0.0.4"
63+
release = "0.0.5"
6464

6565
# The language for content autogenerated by Sphinx. Refer to documentation
6666
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from pybind11.setup_helpers import Pybind11Extension, build_ext
44
from setuptools import setup
55

6-
__version__ = "0.0.4"
6+
__version__ = "0.0.5"
77

88
# The main interface is through Pybind11Extension.
99
# * You can add cxx_std=11/14/17, and then build_ext can be removed.

0 commit comments

Comments
 (0)