FlatBuffers Version 22.11.22

This commit is contained in:
Derek Bailey
2022-11-22 14:40:01 -08:00
parent e000458bb1
commit 9d2c04d629
161 changed files with 456 additions and 250 deletions

View File

@@ -14,4 +14,4 @@
# Placeholder, to be updated during the release process
# by the setup.py
__version__ = u"22.10.26"
__version__ = u"22.11.22"

View File

@@ -16,7 +16,7 @@ from setuptools import setup
setup(
name='flatbuffers',
version='22.10.26',
version='22.11.22',
license='Apache 2.0',
author='Derek Bailey',
author_email='derekbailey@google.com',