Skip to content

Commit

Permalink
Changed version, fixed setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
evsmithx committed Feb 18, 2021
1 parent 1259794 commit faca7e8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,17 +49,17 @@
with open("README.md", "r") as fh:
long_description = fh.read()
except FileNotFoundError:
print("README.md ile not found, no long description available")
print("README.md file not found, no long description available")

setuptools.setup(
name="colearn-interface-fetch-ai",
version="0.2.1",
name="colearn",
version="0.2.2",
author="Fetch AI",
author_email="juan.besa@fetch.ai",
author_email="developer@fetch.ai",
description="The Standalone Fetch AI Collective Learning Framework",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/fetchai/colearn.git",
url="https://github.com/fetchai/colearn",
packages=setuptools.find_packages(exclude=("tests", "examples", "docs")),
classifiers=[
# Need to fill in
Expand Down

0 comments on commit faca7e8

Please sign in to comment.