Skip to content

Commit

Permalink
resolvendo bug da rotina para deploy da biblioteca
Browse files Browse the repository at this point in the history
  • Loading branch information
fbarth committed Feb 10, 2025
1 parent 20ae360 commit 20ea3c3
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 @@ -2,7 +2,7 @@

setup(
name="aigyminsper",
version="0.2.2",
version="0.2.3",
packages=['aigyminsper','aigyminsper.search'],
author='Fabricio Barth',
author_email='fabriciojb@insper.edu.br',
Expand All @@ -11,4 +11,5 @@
long_description_content_type="text/markdown",
url="https://github.com/insper/ai_gym/",
license='MIT',
data_files=[('dist', ['ABOUT.md'])]
)

0 comments on commit 20ea3c3

Please sign in to comment.