From 72efce67874d1b40ac2a35542127e8830da49707 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 29 Mar 2024 19:50:46 -0400 Subject: [PATCH] Update version number to 0.6.0 and remove Python 2 support --- setup.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 35c3887..ddfee8e 100644 --- a/setup.py +++ b/setup.py @@ -52,7 +52,7 @@ def run(self): "openpyxl>2.6.0", # https://github.com/kennethreitz-archive/records/pull/184#issuecomment-606207851 "docopt", ] -version = "0.5.3" +version = "0.6.0" def read(f): @@ -88,8 +88,6 @@ def read(f): "Natural Language :: English", "License :: OSI Approved :: ISC License (ISCL)", "Programming Language :: Python", - "Programming Language :: Python :: 2", - "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5",