Skip to content

Commit

Permalink
Bump to v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
benrady-aq committed Nov 7, 2019
1 parent 29a1fcc commit f8400b8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -18,4 +24,4 @@ TODO

More Apps!
* `docker`
* `sshfs`
* `sshfs`
2 changes: 1 addition & 1 deletion ozy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.0.1-pre'
__version__ = '0.0.2'
import logging

_LOGGER = logging.getLogger(__name__)
Expand Down

0 comments on commit f8400b8

Please sign in to comment.