Skip to content

Commit 4375473

Browse files
committed
Only distributing Windows Installer
1 parent 4e8cefc commit 4375473

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ script:
77
deploy:
88
provider: pypi
99
user: mottosso
10-
distributions: "bdist bdist_wininst"
10+
distributions: "bdist_wininst"
1111
password:
1212
secure: c2n8K185Yz8u7y4zeqmZC+lkGIRqWJubHi/3SVdelQF+rgCUbbCg25B4TTAM0r1ESReuLixjVpU2UmuJ8LonmUsCicnBA0gbWfTfkIMICVZ+0+s3WYnlIAaO0rYj581vVwTXC/iN8nRepcjsczA0HThRp3lILB7ZjNxLRYivFRY=
1313
on:

PyQt5/__init__.py

+1-1
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, 1, 3) # Version of this release
34+
version_info = (0, 1, 4) # Version of this release
3535
version = "%s.%s.%s" % version_info
3636
__version__ = version
3737

0 commit comments

Comments
 (0)