Skip to content

Commit 5b9874c

Browse files
committed
Updated version to v54 in setup installer files.
1 parent 16b39c9 commit 5b9874c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cefpython/cef1/linux/installer/__init__.py.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ if 0x02070000 <= sys.hexversion < 0x03000000:
88
else:
99
raise Exception("Unsupported python version: " + sys.version)
1010

11-
__version__ = "v53"
11+
__version__ = "v54"
1212
__author__ = "CEF Python authors"

cefpython/cef1/linux/installer/setup.py.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ from distutils.core import setup
22

33
setup(
44
name='CEF Python 1',
5-
version='v53',
5+
version='v54',
66
description='Python bindings for the Chromium Embedded Framework',
77
license='BSD 3-Clause',
88
author='Czarek Tomczak',

0 commit comments

Comments
 (0)