summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorDerek Bailey <derekbailey@google.com>2022-12-06 22:54:49 -0800
committerGitHub <noreply@github.com>2022-12-06 22:54:49 -0800
commitacf39ff056df8c9e5bfa32cf6f7b5e6b87a90544 (patch)
tree8eeb1a521e499ce91243817b10c88c360078933e /python
parent0e79e56427964bb20130eb393a8ce321d94bad76 (diff)
downloadflatbuffers-acf39ff056df8c9e5bfa32cf6f7b5e6b87a90544.tar.gz
flatbuffers-acf39ff056df8c9e5bfa32cf6f7b5e6b87a90544.tar.bz2
flatbuffers-acf39ff056df8c9e5bfa32cf6f7b5e6b87a90544.zip
FlatBuffers Version 22.12.06 (#7702)
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 f2ea9676..c2dd9512 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.11.23"
+__version__ = u"22.12.06"
diff --git a/python/setup.py b/python/setup.py
index bb5e71ae..240bdba5 100644
--- a/python/setup.py
+++ b/python/setup.py
@@ -16,7 +16,7 @@ from setuptools import setup
setup(
name='flatbuffers',
- version='22.11.23',
+ version='22.12.06',
license='Apache 2.0',
license_files='../LICENSE.txt',
author='Derek Bailey',