Skip to content

Commit 7d77f46

Browse files
0.1.7 release
1 parent 92f583e commit 7d77f46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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.6',
15+
version = '0.1.7',
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.6.tar.gz',
24+
download_url = 'https://github.com/martinbenes1996/waybackmachine/archive/0.1.7.tar.gz',
2525
keywords = ['waybackmachine', 'archive', 'web', 'html', 'webscraping'],
2626
install_requires = reqs,
2727
package_dir={'': '.'},

0 commit comments

Comments
 (0)