Skip to content

Commit 72efce6

Browse files
committed
Update version number to 0.6.0 and remove Python 2 support
1 parent 35846e1 commit 72efce6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def run(self):
5252
"openpyxl>2.6.0", # https://github.com/kennethreitz-archive/records/pull/184#issuecomment-606207851
5353
"docopt",
5454
]
55-
version = "0.5.3"
55+
version = "0.6.0"
5656

5757

5858
def read(f):
@@ -88,8 +88,6 @@ def read(f):
8888
"Natural Language :: English",
8989
"License :: OSI Approved :: ISC License (ISCL)",
9090
"Programming Language :: Python",
91-
"Programming Language :: Python :: 2",
92-
"Programming Language :: Python :: 2.7",
9391
"Programming Language :: Python :: 3",
9492
"Programming Language :: Python :: 3.4",
9593
"Programming Language :: Python :: 3.5",

0 commit comments

Comments
 (0)