Skip to content

Commit

Permalink
bump to v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
suriyan committed Sep 19, 2022
1 parent e050cbf commit bf23614
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def run_tests(self):
# Versions should comply with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see
# https://packaging.python.org/en/latest/single_source_version.html
version="0.4.2",
version="0.5.0",
description="Infer Gender from Indian Names",
long_description=long_description,
# The project's main homepage.
Expand All @@ -88,9 +88,8 @@ def run_tests(self):
"License :: OSI Approved :: MIT License",
# Specify the Python versions you support here. In particular, ensure
# that you indicate whether you support Python 2, Python 3 or both.
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Topic :: Scientific/Engineering :: Information Analysis",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Utilities",
Expand Down

0 comments on commit bf23614

Please sign in to comment.