We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35846e1 commit 72efce6Copy full SHA for 72efce6
setup.py
@@ -52,7 +52,7 @@ def run(self):
52
"openpyxl>2.6.0", # https://github.com/kennethreitz-archive/records/pull/184#issuecomment-606207851
53
"docopt",
54
]
55
-version = "0.5.3"
+version = "0.6.0"
56
57
58
def read(f):
@@ -88,8 +88,6 @@ def read(f):
88
"Natural Language :: English",
89
"License :: OSI Approved :: ISC License (ISCL)",
90
"Programming Language :: Python",
91
- "Programming Language :: Python :: 2",
92
- "Programming Language :: Python :: 2.7",
93
"Programming Language :: Python :: 3",
94
"Programming Language :: Python :: 3.4",
95
"Programming Language :: Python :: 3.5",
0 commit comments