summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorDerek Bailey <derekbailey@google.com>2023-01-04 15:22:46 -0800
committerGitHub <noreply@github.com>2023-01-04 15:22:46 -0800
commitaf9ceabeef1a10c1004e2741f8c0c090ca59e5af (patch)
tree8c397600113da5c0abf194e10849ae6de9120f28 /python
parent3b2eb775954e6d90f05e0aa5afaa2fb0acafec61 (diff)
downloadflatbuffers-af9ceabeef1a10c1004e2741f8c0c090ca59e5af.tar.gz
flatbuffers-af9ceabeef1a10c1004e2741f8c0c090ca59e5af.tar.bz2
flatbuffers-af9ceabeef1a10c1004e2741f8c0c090ca59e5af.zip
FlatBuffers Version 23.1.4 (#7758)
Diffstat (limited to 'python')
-rw-r--r--python/flatbuffers/_version.py2
-rw-r--r--python/setup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/python/flatbuffers/_version.py b/python/flatbuffers/_version.py
index c2dd9512..05edb888 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"22.12.06"
+__version__ = u"23.1.4"
diff --git a/python/setup.py b/python/setup.py
index 240bdba5..890ef749 100644
--- a/python/setup.py
+++ b/python/setup.py
@@ -16,7 +16,7 @@ from setuptools import setup
setup(
name='flatbuffers',
- version='22.12.06',
+ version='23.1.4',
license='Apache 2.0',
license_files='../LICENSE.txt',
author='Derek Bailey',