Skip to content

Commit 624b3c5

Browse files
committed
Version bump for PyPI
1 parent c0767f6 commit 624b3c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

PyQt5/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
os.environ['QT_QPA_PLATFORM_PLUGIN_PATH'] = plugin_path
3232

3333
# Expose versions
34-
version_info = (0, 2, 0) # Version of this release
34+
version_info = (0, 1, 1) # Version of this release
3535
version = "%s.%s.%s" % version_info
3636
__version__ = version
3737

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
setup(
3030
name='pypiqt5', # To avoid name-clash with existing PyQt5
31-
version="0.1.0",
31+
version="0.1.1",
3232
description='PyQt5',
3333
long_description="pypiqt5",
3434
author='Marcus Ottosson',

0 commit comments

Comments
 (0)