FlatBuffers Version 23.1.21 (#7796)

This commit is contained in:
Derek Bailey
2023-01-21 12:46:57 -08:00
committed by GitHub
parent ef76b5ece4
commit ee848a02e1
163 changed files with 222 additions and 217 deletions

View File

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

View File

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