Skip to content

Commit bf23614

Browse files
committed
bump to v0.5.0
1 parent e050cbf commit bf23614

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

setup.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def run_tests(self):
6565
# Versions should comply with PEP440. For a discussion on single-sourcing
6666
# the version across setup.py and the project code, see
6767
# https://packaging.python.org/en/latest/single_source_version.html
68-
version="0.4.2",
68+
version="0.5.0",
6969
description="Infer Gender from Indian Names",
7070
long_description=long_description,
7171
# The project's main homepage.
@@ -88,9 +88,8 @@ def run_tests(self):
8888
"License :: OSI Approved :: MIT License",
8989
# Specify the Python versions you support here. In particular, ensure
9090
# that you indicate whether you support Python 2, Python 3 or both.
91-
"Programming Language :: Python :: 3.5",
92-
"Programming Language :: Python :: 3.6",
9391
"Programming Language :: Python :: 3.7",
92+
"Programming Language :: Python :: 3.8",
9493
"Topic :: Scientific/Engineering :: Information Analysis",
9594
"Topic :: Software Development :: Libraries :: Python Modules",
9695
"Topic :: Utilities",

0 commit comments

Comments
 (0)