Skip to content

Commit

Permalink
Remove HTTPS from wheelhouse URL in setup.py. Fixes Issue plasticitya…
Browse files Browse the repository at this point in the history
  • Loading branch information
AjayP13 committed Nov 28, 2018
1 parent b4c2da0 commit aec9862
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ def flush(self):
exec(f.read())

# Setup remote wheel configurations
RM_WHEELHOUSE = 'https://s3.amazonaws.com/' + \
RM_WHEELHOUSE = 'http://s3.amazonaws.com/' + \
PACKAGE_SHORT_NAME + '.plasticity.ai/wheelhouse/'
TRIED_DOWNLOADING_WHEEL = os.path.join(
tempfile.gettempdir(),
Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version_info__ = ('0', '1', '119')
__version_info__ = ('0', '1', '120')
__version__ = '.'.join(__version_info__)

0 comments on commit aec9862

Please sign in to comment.