Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fbarth authored Sep 4, 2024
1 parent f8d4ded commit 16232b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
from setuptools import setup

with open('README.md') as f:
with open('./docs/index.md') as f:
long_description = f.read()

setup(
name='aigyminsper',
version='0.1.9',
version='0.2.0',
packages=['aigyminsper','aigyminsper.search'],
install_requires=[],
description='A libray that helps you to learn Artificial Intelligence.',
Expand Down

0 comments on commit 16232b3

Please sign in to comment.