From 8521b4c6ab531d52c01aa53b5e64c1ffda8455cc Mon Sep 17 00:00:00 2001 From: Chris Down Date: Fri, 3 Jan 2020 12:25:55 +0000 Subject: [PATCH] Bump version to 2.0.0 --- setup.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 6aa9922..f86283f 100755 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name="tzupdate", - version="1.5.0", + version="2.0.0", description="Set the system timezone based on IP geolocation", long_description=README, url="https://github.com/cdown/tzupdate", @@ -22,8 +22,6 @@ "Development Status :: 5 - Production/Stable", "License :: Public Domain", "Operating System :: POSIX :: Linux", - "Programming Language :: Python :: 2", - "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6",