From 66d904990e377c5159e96db55cfc29ca67d7d735 Mon Sep 17 00:00:00 2001 From: Matthew Taylor Date: Tue, 13 Jan 2015 12:15:16 -0800 Subject: [PATCH] Release 0.1.0. --- CHANGELOG.md | 4 ++++ VERSION | 2 +- docs/Doxyfile | 2 +- nupic/__init__.py | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f1b5eb5ff..e0c9188118 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.1.0 + +* Cleaned up README and CHANGELOG for 0.1 release. + ## 0.0.38 * SWIG optimizations. diff --git a/VERSION b/VERSION index 1d769d3539..6e8bf73aa5 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.39.dev0 +0.1.0 diff --git a/docs/Doxyfile b/docs/Doxyfile index 574931b8bd..f23d861013 100644 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = NuPIC # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 0.0.39.dev0 +PROJECT_NUMBER = 0.1.0 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/nupic/__init__.py b/nupic/__init__.py index 0c871ab415..da46841c09 100644 --- a/nupic/__init__.py +++ b/nupic/__init__.py @@ -18,4 +18,4 @@ # # http://numenta.org/licenses/ # ---------------------------------------------------------------------- -__version__ = "0.0.39.dev0" +__version__ = "0.1.0"