Skip to content

Commit

Permalink
bump to v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
suriyan committed Apr 17, 2023
1 parent 661c5ca commit 61c7b6b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
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.5.0",
version="0.6.0",
description="Infer Gender from Indian Names",
long_description=long_description,
# The project's main homepage.
Expand All @@ -90,6 +90,8 @@ def run_tests(self):
# that you indicate whether you support Python 2, Python 3 or both.
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Topic :: Scientific/Engineering :: Information Analysis",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Utilities",
Expand Down

0 comments on commit 61c7b6b

Please sign in to comment.