Skip to content

Commit

Permalink
Update Version
Browse files Browse the repository at this point in the history
  • Loading branch information
adnankarol authored and adnankarol committed Aug 1, 2024
1 parent d10aaf6 commit b513451
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion classifierAgent.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__author__ = "Adnan Karol"
__version__ = "1.0.1"
__version__ = "1.0.2"
__maintainer__ = "Adnan Karol"
__email__ = "adnanmushtaq5@gmail.com"
__status__ = "PROD"
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__author__ = "Adnan Karol"
__version__ = "1.0.1"
__version__ = "1.0.2"
__maintainer__ = "Adnan Karol"
__email__ = "adnanmushtaq5@gmail.com"
__status__ = "PROD"
Expand All @@ -18,7 +18,7 @@ def parse_requirements(filename):

setup(
name='classifierAgent',
version='1.0.1', # Updated version number
version='1.0.2', # Updated version number
description='A Python package for performing classification on datasets in CSV or Excel format.',
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit b513451

Please sign in to comment.