Skip to content

Commit

Permalink
update setup
Browse files Browse the repository at this point in the history
  • Loading branch information
rehanzo committed Jun 23, 2024
1 parent a5c6a31 commit 8b56b9d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

setup(
name="VisioNomicon",
version="0.1.3",
version="0.1.4",
author="Rehan Rana",
author_email="[email protected]",
description="A utility leveraging GPT-4V for image file renaming based on content.",
description="A utility leveraging GPT-4o for image file renaming based on content.",
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
url="https://github.com/rehanzo/visionomicon",
Expand All @@ -28,5 +28,5 @@
"Intended Audience :: Developers",
"Topic :: Utilities",
],
keywords="gpt-4 gpt-4v openai renaming images",
keywords="gpt-4 gpt-4v gpt-4o openai renaming images",
)

0 comments on commit 8b56b9d

Please sign in to comment.