Skip to content

Commit 26bd0e1

Browse files
release 0.1.4
1 parent f4883be commit 26bd0e1

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
requests
2-
bs4
1+
requests

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
setuptools.setup(
1414
name = 'waybackmachine',
15-
version = '0.1.3',
15+
version = '0.1.4',
1616
author = 'Martin Beneš',
1717
author_email = 'martinbenes1996@gmail.com',
1818
description = 'Envelope for archive.org API.',
@@ -21,7 +21,7 @@
2121
packages=setuptools.find_packages(),
2222
license='MPL',
2323
url = 'https://github.com/martinbenes1996/waybackmachine',
24-
download_url = 'https://github.com/martinbenes1996/waybackmachine/archive/0.1.3.tar.gz',
24+
download_url = 'https://github.com/martinbenes1996/waybackmachine/archive/0.1.4.tar.gz',
2525
keywords = ['waybackmachine', 'archive', 'web', 'html', 'webscraping'],
2626
install_requires = reqs,
2727
package_dir={'': '.'},

0 commit comments

Comments
 (0)