diff options
author | Derek Bailey <derekbailey@google.com> | 2022-10-26 16:02:38 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-26 16:02:38 -0700 |
commit | 203241ed3275625c8a25c4a1e7b86e3c0289c488 (patch) | |
tree | 14f3fe7790b77e46cf157272288f22c688888e55 /python | |
parent | ac485609c4dd51b4bcf6b1689c2d69f206737c0d (diff) | |
download | flatbuffers-203241ed3275625c8a25c4a1e7b86e3c0289c488.tar.gz flatbuffers-203241ed3275625c8a25c4a1e7b86e3c0289c488.tar.bz2 flatbuffers-203241ed3275625c8a25c4a1e7b86e3c0289c488.zip |
FlatBuffers Version 22.10.26 (#7607)
Diffstat (limited to 'python')
-rw-r--r-- | python/flatbuffers/_version.py | 2 | ||||
-rw-r--r-- | python/setup.py | 11 |
2 files changed, 4 insertions, 9 deletions
diff --git a/python/flatbuffers/_version.py b/python/flatbuffers/_version.py index 0bd1f12b..bcc6af30 100644 --- a/python/flatbuffers/_version.py +++ b/python/flatbuffers/_version.py @@ -14,4 +14,4 @@ # Placeholder, to be updated during the release process # by the setup.py -__version__ = u"22.10.25" +__version__ = u"22.10.26" diff --git a/python/setup.py b/python/setup.py index 1c07f24a..c351b01d 100644 --- a/python/setup.py +++ b/python/setup.py @@ -12,19 +12,14 @@ # See the License for the specific language governing permissions and # limitations under the License. -import fileinput -import os -import re -import sys -from datetime import datetime from setuptools import setup setup( name='flatbuffers', - version='22.10.25', + version='22.10.26', license='Apache 2.0', - author='FlatBuffers Contributors', - author_email='me@rwinslow.com', + author='Derek Bailey', + author_email='derekbailey@google.com', url='https://google.github.io/flatbuffers/', long_description=('Python runtime library for use with the ' '`Flatbuffers <https://google.github.io/flatbuffers/>`_ ' |