Skip to content

Commit

Permalink
fix: PyPI is rejecting the upload because the version number is the s…
Browse files Browse the repository at this point in the history
…ame as an existing package.
  • Loading branch information
IBMC265 committed Sep 28, 2024
1 parent c5de3fe commit 27bb0fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name='litemultiagent',
version='0.1.2',
version='0.1.3',
packages=find_packages(),
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 27bb0fc

Please sign in to comment.