Skip to content

Commit

Permalink
update to first version
Browse files Browse the repository at this point in the history
  • Loading branch information
ago109 committed Apr 29, 2022
1 parent ca67995 commit da0f882
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ $ git clone https://github.com/ngc-learn/ngc-learn.git


**Version:**<br>
0.0.1 <!-- Alpha -->
0.1.0 <!-- 0.0.1 Alpha -->

Author:
Alexander G. Ororbia II<br>
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

VERSION = '0.0.1'
VERSION = '0.1.0'
DESCRIPTION = 'NGC-Learn'
LONG_DESCRIPTION = 'A toolkit library for building arbitrary predictive processing architectures based on the neural generative coding (NGC) computational framework (Ororbia & Kifer 2022).'

Expand Down

0 comments on commit da0f882

Please sign in to comment.