diff --git a/genai_stack/__init__.py b/genai_stack/__init__.py index d08b6917..2cb310a7 100644 --- a/genai_stack/__init__.py +++ b/genai_stack/__init__.py @@ -1,8 +1,8 @@ """Top-level package for genai_stack.""" -__author__ = """AIM by DPhi""" +__author__ = """AI Planet Tech Team""" __email__ = "support@aiplanet.com" -__version__ = "0.2.2" +__version__ = "0.2.3" import os diff --git a/setup.py b/setup.py index 812e5dfd..660648ac 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ test_requirements = [] setup( - author="AIM by DPhi", + author="AI Planet Tech Team", author_email="support@aiplanet.com", python_requires=">=3.8", classifiers=[ @@ -88,6 +88,6 @@ test_suite="tests", tests_require=test_requirements, url="https://github.com/aiplanethub/genai-stack", - version="0.2.1", + version="0.2.3", zip_safe=False, )