From acc6be7eb855e9058f5ca5d75a57d1f517604ab0 Mon Sep 17 00:00:00 2001 From: Noah Levitt Date: Tue, 31 Jan 2017 10:58:21 -0800 Subject: [PATCH] it's been stable running, and relatively stable in terms of code churn, time to mint 2.0 --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 029a6df..278f4a9 100755 --- a/setup.py +++ b/setup.py @@ -51,7 +51,7 @@ except: setuptools.setup( name='warcprox', - version='2.0b3.dev45', + version='2.0', description='WARC writing MITM HTTP/S proxy', url='https://github.com/internetarchive/warcprox', author='Noah Levitt', @@ -79,6 +79,7 @@ setuptools.setup( 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', + 'Programming Language :: Python :: 3.6', 'Topic :: Internet :: Proxy Servers', 'Topic :: Internet :: WWW/HTTP', 'Topic :: Software Development :: Libraries :: Python Modules',