We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 290399e commit ac0d0bfCopy full SHA for ac0d0bf
requirements.txt
@@ -1,5 +1,5 @@
1
bleach==3.1.0
2
-certifi==2018.11.29
+certifi==2019.3.9
3
chardet==3.0.4
4
docutils==0.14
5
idna==2.8
@@ -11,5 +11,5 @@ requests-toolbelt==0.9.1
11
six==1.12.0
12
tqdm==4.31.1
13
twine==1.13.0
14
-urllib3==1.24.1
+urllib3==1.24.2
15
webencodings==0.5.1
setup.py
@@ -2,7 +2,7 @@
__author__ = 'Naor Livne'
__author_email__ = 'naorlivne@gmail.com'
-__version__ = '2.5.0'
+__version__ = '2.5.1'
6
7
with open('README.md') as f:
8
long_description = f.read()
0 commit comments