Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
tylere committed Nov 30, 2022
1 parent 4220f01 commit 0852cd3
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

<!-- do not remove -->

## 0.0.7

- Corrected nbdev settings (GitHub repo owner)


## 0.0.6

Expand Down
2 changes: 1 addition & 1 deletion ee_jupyter/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.6"
__version__ = "0.0.7"
6 changes: 3 additions & 3 deletions ee_jupyter/_modidx.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

d = { 'settings': { 'branch': 'main',
'doc_baseurl': '/earthengine-jupyter',
'doc_host': 'https://googlestaging.github.io',
'git_url': 'https://github.com/googlestaging/earthengine-jupyter',
'doc_host': 'https://google.github.io',
'git_url': 'https://github.com/google/earthengine-jupyter',
'lib_path': 'ee_jupyter'},
'syms': { 'ee_jupyter.colab': { 'ee_jupyter.colab.set_colab_output_cell_height': ( 'colab.html#set_colab_output_cell_height',
'ee_jupyter/colab.py')},
Expand Down Expand Up @@ -49,4 +49,4 @@
'ee_jupyter.rich_display.ee.Image.__truediv__': ( 'rich_display.html#ee.image.__truediv__',
'ee_jupyter/rich_display.py'),
'ee_jupyter.rich_display.ee.Image._ipython_display_': ( 'rich_display.html#ee.image._ipython_display_',
'ee_jupyter/rich_display.py')}}}
'ee_jupyter/rich_display.py')}}}
2 changes: 1 addition & 1 deletion settings.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[DEFAULT]
repo = earthengine-jupyter
lib_name = earthengine-jupyter
version = 0.0.6
version = 0.0.7
min_python = 3.7
license = apache2
doc_path = _docs
Expand Down

0 comments on commit 0852cd3

Please sign in to comment.