File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 33from pybind11 .setup_helpers import Pybind11Extension , build_ext
44from 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
1713ext_modules = [
1814 Pybind11Extension ("g722_1_mod" ,
You can’t perform that action at this time.
0 commit comments