We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16b39c9 commit 5b9874cCopy full SHA for 5b9874c
2 files changed
cefpython/cef1/linux/installer/__init__.py.template
@@ -8,5 +8,5 @@ if 0x02070000 <= sys.hexversion < 0x03000000:
8
else:
9
raise Exception("Unsupported python version: " + sys.version)
10
11
-__version__ = "v53"
+__version__ = "v54"
12
__author__ = "CEF Python authors"
cefpython/cef1/linux/installer/setup.py.template
@@ -2,7 +2,7 @@ from distutils.core import setup
2
3
setup(
4
name='CEF Python 1',
5
- version='v53',
+ version='v54',
6
description='Python bindings for the Chromium Embedded Framework',
7
license='BSD 3-Clause',
author='Czarek Tomczak',
0 commit comments