Skip to content

Commit

Permalink
Updating version number
Browse files Browse the repository at this point in the history
  • Loading branch information
evsmithx committed Jan 12, 2022
1 parent b3efec3 commit e6908c6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ The collective learning protocol allows learners to collaborate on training a mo

### Current Version

We have released *v0.2.6* of the Colearn Machine Learning Interface, the first version of an interface that will allow developers to prepare for future releases.
We have released *v0.2.8* of the Colearn Machine Learning Interface, the first version of an interface that will
allow developers to prepare for future releases.
Together with the interface we provide a simple backend for local experiments. This is the first backend with upcoming blockchain ledger based backends to follow.
Future releases will use similar interfaces so that learners built with the current system will work on a different backend that integrates a distributed ledger and provides other improvements.
The current framework will then be used mainly for model development and debugging.
Expand Down
3 changes: 2 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ For more information on the Collective Learning Protocol see [here](about.md).

### Current Version

We have released *v.0.2.6* of the Colearn Machine Learning Interface, the first version of an interface that allows developers to define their own model architectures that can then be used in collective learning.
We have released *v.0.2.8* of the Colearn Machine Learning Interface, the first version of an interface that allows
developers to define their own model architectures that can then be used in collective learning.
Together with the interface we provide a simple backend for local experiments. This is a prototype backend with upcoming blockchain ledger based backends to follow.
Future releases will use similar interfaces so that learners built with the current system will work on a different backend that integrates a distributed ledger and provides other improvements.
The current framework will then be used mainly for model development and debugging.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@

setuptools.setup(
name="colearn",
version="0.2.7",
version="0.2.8",
author="Fetch AI",
author_email="[email protected]",
description="The Standalone Fetch AI Collective Learning Framework",
Expand Down

0 comments on commit e6908c6

Please sign in to comment.