Skip to content

Commit 4952c45

Browse files
0.1.2 alpha release
1 parent 89071d1 commit 4952c45

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

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

1313
setuptools.setup(
1414
name = 'waybackmachine',
15-
version = '0.1.1',
15+
version = '0.1.2',
1616
author = 'Martin Beneš',
1717
author_email = 'martinbenes1996@gmail.com',
1818
description = 'Envelope for archive.org API.',
@@ -21,12 +21,12 @@
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.1.tar.gz',
24+
download_url = 'https://github.com/martinbenes1996/waybackmachine/archive/0.1.2.tar.gz',
2525
keywords = ['waybackmachine', 'archive', 'web', 'html', 'webscraping'],
2626
install_requires = reqs,
2727
package_dir={'': '.'},
2828
classifiers=[
29-
'Development Status :: 4 - Beta',
29+
'Development Status :: 3 - Alpha',
3030
'Intended Audience :: Science/Research',
3131
'Intended Audience :: Developers',
3232
'Intended Audience :: Other Audience',

0 commit comments

Comments
 (0)