diff options
author | Michael Le <michael.le647@gmail.com> | 2023-01-21 12:03:17 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-21 12:03:17 -0800 |
commit | 1703662285f5b2a2ee1a151b17755fd709ad2e13 (patch) | |
tree | 44beb2076c205eca660dcc2a50363c386a282394 /python | |
parent | 991b39edbe437a8ee0ebefe815387a05004d5486 (diff) | |
download | flatbuffers-1703662285f5b2a2ee1a151b17755fd709ad2e13.tar.gz flatbuffers-1703662285f5b2a2ee1a151b17755fd709ad2e13.tar.bz2 flatbuffers-1703662285f5b2a2ee1a151b17755fd709ad2e13.zip |
Flatbuffers Version 23.1.20 (#7794)
* Flatbuffers Version 23.1.20
* Fix warnings
* Fix warnings
Diffstat (limited to 'python')
-rw-r--r-- | python/flatbuffers/_version.py | 2 | ||||
-rw-r--r-- | python/setup.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/python/flatbuffers/_version.py b/python/flatbuffers/_version.py index 05edb888..12993c2f 100644 --- a/python/flatbuffers/_version.py +++ b/python/flatbuffers/_version.py @@ -14,4 +14,4 @@ # Placeholder, to be updated during the release process # by the setup.py -__version__ = u"23.1.4" +__version__ = u"23.1.20" diff --git a/python/setup.py b/python/setup.py index 890ef749..09e7aa69 100644 --- a/python/setup.py +++ b/python/setup.py @@ -16,7 +16,7 @@ from setuptools import setup setup( name='flatbuffers', - version='23.1.4', + version='23.1.20', license='Apache 2.0', license_files='../LICENSE.txt', author='Derek Bailey', |