Skip to content

Commit

Permalink
Merge pull request #14 from mwolfson/update_version_add_pymodule
Browse files Browse the repository at this point in the history
Update version and add specific module to package
  • Loading branch information
mwolfson authored Jul 10, 2024
2 parents 10a8703 + df7494a commit 112de34
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@

setup(
name='multiaihub',
version='0.1.0', # Start with a version number
version='0.1.3', # Start with a version number
description='Short description of your project',
license='Apache License 2.0',
long_description="MAH - Multi AI Hub is a project designed to make it easy to send the same prompt to multiple LLMs to help with testing and comparison.",
author='Mike Wolfson',
author_email='[email protected]',
packages=find_packages(),
py_modules=["multi_ai_hub"],
install_requires=[
'python-dotenv',
'google.generativeai',
Expand Down

0 comments on commit 112de34

Please sign in to comment.