Skip to content

Commit 1cf93ca

Browse files
committed
bump version number for release
1 parent b3eb1e6 commit 1cf93ca

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
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.1"
61+
version = "0.0.2"
6262
# The full version, including alpha/beta/rc tags.
63-
release = "0.0.1"
63+
release = "0.0.2"
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 & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,12 @@
33
from pybind11.setup_helpers import Pybind11Extension, build_ext
44
from setuptools import setup
55

6-
__version__ = "0.0.1"
6+
__version__ = "0.0.2"
77

88
# The main interface is through Pybind11Extension.
99
# * You can add cxx_std=11/14/17, and then build_ext can be removed.
1010
# * You can set include_pybind11=false to add the include directory yourself,
1111
# say from a submodule.
12-
#
13-
# Note:
14-
# Sort input source files if you glob sources to ensure bit-for-bit
15-
# reproducible builds (https://github.com/pybind/g722_1_mod/pull/53)
1612

1713
ext_modules = [
1814
Pybind11Extension("g722_1_mod",

0 commit comments

Comments
 (0)