Skip to content

Commit

Permalink
Update version number to 0.6.0 and remove Python 2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethreitz committed Mar 29, 2024
1 parent 35846e1 commit 72efce6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 72efce6

Please sign in to comment.