Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Commit

Permalink
Bump genaistack version to 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilchintawar committed Oct 4, 2023
1 parent ec4c720 commit 9220660
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions genai_stack/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
"""Top-level package for genai_stack."""

__author__ = """AIM by DPhi"""
__author__ = """AI Planet Tech Team"""
__email__ = "[email protected]"
__version__ = "0.2.2"
__version__ = "0.2.3"

import os

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
test_requirements = []

setup(
author="AIM by DPhi",
author="AI Planet Tech Team",
author_email="[email protected]",
python_requires=">=3.8",
classifiers=[
Expand Down Expand Up @@ -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,
)

0 comments on commit 9220660

Please sign in to comment.