Skip to content

Commit da0f882

Browse files
committed
update to first version
1 parent ca67995 commit da0f882

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ $ git clone https://github.com/ngc-learn/ngc-learn.git
9494

9595

9696
**Version:**<br>
97-
0.0.1 <!-- Alpha -->
97+
0.1.0 <!-- 0.0.1 Alpha -->
9898

9999
Author:
100100
Alexander G. Ororbia II<br>

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup, find_packages
22

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

0 commit comments

Comments
 (0)