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"