diff options
Diffstat (limited to 'python/setup.py')
-rw-r--r-- | python/setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/setup.py b/python/setup.py index 29b8cfe3..9f145123 100644 --- a/python/setup.py +++ b/python/setup.py @@ -16,7 +16,7 @@ from setuptools import setup setup( name='flatbuffers', - version='23.5.9', + version='23.5.26', license='Apache 2.0', license_files='../LICENSE', author='Derek Bailey', |