Skip to content

Commit

Permalink
Correct certificate, move to 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bvalot committed Jan 5, 2022
1 parent 57b7886 commit 66cc6e0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions ISFinder_search.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
import sys
import requests
from lib import variables
import urllib3
urllib3.disable_warnings()

try:
from HTMLParser import HTMLParser
except ImportError:
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
# For a discussion on single-sourcing the version across setup.py and the
# project code, see
# https://packaging.python.org/en/latest/single_source_version.html
version='0.1.4', # Required
version='0.1.5', # Required

# This is a one-line description or tagline of what your project does. This
# corresponds to the "Summary" metadata field:
Expand Down Expand Up @@ -95,7 +95,7 @@
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.7',
],

# This field adds keywords for your project which will appear on the
Expand Down

0 comments on commit 66cc6e0

Please sign in to comment.