diff --git a/CHANGELOG.md b/CHANGELOG.md index add0a0d..3aad746 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ +## 0.0.3 + + +### Bugs Squashed + +- Having code in package to install itself doesn't work ([#12](https://github.com/google/earthengine-jupyter/issues/12)) + + ## 0.0.2 ### New Features diff --git a/ee_jupyter/__init__.py b/ee_jupyter/__init__.py index 3b93d0b..27fdca4 100644 --- a/ee_jupyter/__init__.py +++ b/ee_jupyter/__init__.py @@ -1 +1 @@ -__version__ = "0.0.2" +__version__ = "0.0.3" diff --git a/settings.ini b/settings.ini index 2f4c1f7..07595cd 100644 --- a/settings.ini +++ b/settings.ini @@ -1,7 +1,7 @@ [DEFAULT] repo = earthengine-jupyter lib_name = earthengine-jupyter -version = 0.0.2 +version = 0.0.3 min_python = 3.7 license = apache2 doc_path = _docs