Skip to content

Commit

Permalink
Restructure
Browse files Browse the repository at this point in the history
  • Loading branch information
adnankarol authored and adnankarol committed Aug 1, 2024
1 parent 6794647 commit 68912bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions __init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from classifierAgent import classifierAgent
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ def parse_requirements(filename):

setup(
name='classifierAgent',
version='1.0.7', # Updated version number
description='A Python package for performing classification on datasets in CSV or Excel format.',
version='1.0.8',
description='A Python package for performing classification on datasets.',
long_description=long_description,
long_description_content_type="text/markdown",
url='https://github.com/adnanmushtaq1996/ML-Classifier-Python-Package',
Expand Down

0 comments on commit 68912bf

Please sign in to comment.