From da0f8822e24370c206c48dc5b80ff6c5346523d5 Mon Sep 17 00:00:00 2001 From: agoroot Date: Fri, 29 Apr 2022 00:13:25 -0400 Subject: [PATCH] update to first version --- README.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 86e9de791..ef190496c 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ $ git clone https://github.com/ngc-learn/ngc-learn.git **Version:**
-0.0.1 +0.1.0 Author: Alexander G. Ororbia II
diff --git a/setup.py b/setup.py index 19b80554a..1b8b76899 100644 --- a/setup.py +++ b/setup.py @@ -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).'