FlatBuffers Version 23.3.3 (#7852)

This commit is contained in:
Derek Bailey
2023-03-03 11:46:55 -08:00
committed by GitHub
parent 6f9ea7c23c
commit 01834de25e
173 changed files with 257 additions and 251 deletions

View File

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

View File

@@ -16,7 +16,7 @@ from setuptools import setup
setup(
name='flatbuffers',
version='23.1.21',
version='23.3.3',
license='Apache 2.0',
license_files='../LICENSE.txt',
author='Derek Bailey',