From 68912bfc74f94c09ece030eaa28ea617342a8c5a Mon Sep 17 00:00:00 2001 From: adnankarol Date: Thu, 1 Aug 2024 20:00:03 +0200 Subject: [PATCH] Restructure --- __init__.py | 1 + setup.py | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/__init__.py b/__init__.py index e69de29..9519c59 100644 --- a/__init__.py +++ b/__init__.py @@ -0,0 +1 @@ +from classifierAgent import classifierAgent \ No newline at end of file diff --git a/setup.py b/setup.py index fcd5a5d..0c2c519 100644 --- a/setup.py +++ b/setup.py @@ -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',