Skip to content

Commit

Permalink
Bump version: 0.0.5 → 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
aazuspan committed Nov 23, 2021
1 parent d806175 commit 5e280cf
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
[bumpversion]
current_version = 0.0.5
current_version = 0.0.6
commit = True

[bumpversion:file:setup.py]

[bumpversion:file:sankee/__init__.py]

[bumpversion:file:docs/conf.py]
[bumpversion:file:docs/conf.py]

2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
project = 'sankee'
copyright = '2021, Aaron Zuspan'
author = 'Aaron Zuspan'
version = 'v0.0.5'
version = 'v0.0.6'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion sankee/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from sankee.core import sankify
from sankee.datasets import datasets, Dataset

__version__ = "0.0.5"
__version__ = "0.0.6"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name="sankee",
version="0.0.5",
version="0.0.6",
description="Visualize classified time series data with interactive Sankey plots in Google Earth Engine.",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 5e280cf

Please sign in to comment.