We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e8cefc commit 4375473Copy full SHA for 4375473
.travis.yml
@@ -7,7 +7,7 @@ script:
7
deploy:
8
provider: pypi
9
user: mottosso
10
- distributions: "bdist bdist_wininst"
+ distributions: "bdist_wininst"
11
password:
12
secure: c2n8K185Yz8u7y4zeqmZC+lkGIRqWJubHi/3SVdelQF+rgCUbbCg25B4TTAM0r1ESReuLixjVpU2UmuJ8LonmUsCicnBA0gbWfTfkIMICVZ+0+s3WYnlIAaO0rYj581vVwTXC/iN8nRepcjsczA0HThRp3lILB7ZjNxLRYivFRY=
13
on:
PyQt5/__init__.py
@@ -31,7 +31,7 @@
31
os.environ['QT_QPA_PLATFORM_PLUGIN_PATH'] = plugin_path
32
33
# Expose versions
34
-version_info = (0, 1, 3) # Version of this release
+version_info = (0, 1, 4) # Version of this release
35
version = "%s.%s.%s" % version_info
36
__version__ = version
37
0 commit comments