diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 9aac6fe..266a266 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -7,6 +7,12 @@ * One-line installs a la lake-client * Supports installing `conda` packages +## 0.0.1-pre (First test release) +* Support makefile-config + +## 0.0.2 +* Bug fix in makefile-config + --- TODO @@ -18,4 +24,4 @@ TODO More Apps! * `docker` -* `sshfs` \ No newline at end of file +* `sshfs` diff --git a/ozy/__init__.py b/ozy/__init__.py index b6cfe7a..cbc4ece 100644 --- a/ozy/__init__.py +++ b/ozy/__init__.py @@ -1,4 +1,4 @@ -__version__ = '0.0.1-pre' +__version__ = '0.0.2' import logging _LOGGER = logging.getLogger(__name__)