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 b513451 commit c2caa60
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 15 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion classifierAgent.py → classifierAgent/classifierAgent.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__author__ = "Adnan Karol"
__version__ = "1.0.2"
__version__ = "1.0.3"
__maintainer__ = "Adnan Karol"
__email__ = "[email protected]"
__status__ = "PROD"
Expand Down
6 changes: 0 additions & 6 deletions commands.txt

This file was deleted.

11 changes: 3 additions & 8 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__author__ = "Adnan Karol"
__version__ = "1.0.2"
__version__ = "1.0.3"
__maintainer__ = "Adnan Karol"
__email__ = "[email protected]"
__status__ = "PROD"
Expand All @@ -18,7 +18,7 @@ def parse_requirements(filename):

setup(
name='classifierAgent',
version='1.0.2', # Updated version number
version='1.0.3', # 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 All @@ -42,10 +42,5 @@ def parse_requirements(filename):
'console_scripts': [
'classifierAgent=classifierAgent.__main__:main',
],
},
project_urls={
'Documentation': 'https://github.com/adnanmushtaq1996/ML-Classifier-Python-Package',
'Source': 'https://github.com/adnanmushtaq1996/ML-Classifier-Python-Package',
'Tracker': 'https://github.com/adnanmushtaq1996/ML-Classifier-Python-Package/issues',
},
}
)

0 comments on commit c2caa60

Please sign in to comment.