Skip to content

Commit

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

[bumpversion:file:setup.py]
Expand Down
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.6'
version = 'v0.0.7'


# -- 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.6"
__version__ = "0.0.7"
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.6",
version="0.0.7",
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 bf8d1a2

Please sign in to comment.