FlatBuffers Version 22.10.26 (#7607)

This commit is contained in:
Derek Bailey
2022-10-26 16:02:38 -07:00
committed by GitHub
parent ac485609c4
commit 203241ed32
159 changed files with 220 additions and 218 deletions

View File

@@ -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/>`_ '