Commit bf23614 1 parent e050cbf commit bf23614 Copy full SHA for bf23614
File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ def run_tests(self):
65
65
# Versions should comply with PEP440. For a discussion on single-sourcing
66
66
# the version across setup.py and the project code, see
67
67
# https://packaging.python.org/en/latest/single_source_version.html
68
- version = "0.4.2 " ,
68
+ version = "0.5.0 " ,
69
69
description = "Infer Gender from Indian Names" ,
70
70
long_description = long_description ,
71
71
# The project's main homepage.
@@ -88,9 +88,8 @@ def run_tests(self):
88
88
"License :: OSI Approved :: MIT License" ,
89
89
# Specify the Python versions you support here. In particular, ensure
90
90
# that you indicate whether you support Python 2, Python 3 or both.
91
- "Programming Language :: Python :: 3.5" ,
92
- "Programming Language :: Python :: 3.6" ,
93
91
"Programming Language :: Python :: 3.7" ,
92
+ "Programming Language :: Python :: 3.8" ,
94
93
"Topic :: Scientific/Engineering :: Information Analysis" ,
95
94
"Topic :: Software Development :: Libraries :: Python Modules" ,
96
95
"Topic :: Utilities" ,
You can’t perform that action at this time.
0 commit comments