diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 91b845d..48e7f52 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.6 +current_version = 0.0.7 commit = True [bumpversion:file:setup.py] diff --git a/docs/conf.py b/docs/conf.py index a472afb..ff2e628 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -20,7 +20,7 @@ project = 'sankee' copyright = '2021, Aaron Zuspan' author = 'Aaron Zuspan' -version = 'v0.0.6' +version = 'v0.0.7' # -- General configuration --------------------------------------------------- diff --git a/sankee/__init__.py b/sankee/__init__.py index 96901f2..058e116 100644 --- a/sankee/__init__.py +++ b/sankee/__init__.py @@ -1,4 +1,4 @@ from sankee.core import sankify from sankee.datasets import datasets, Dataset -__version__ = "0.0.6" +__version__ = "0.0.7" diff --git a/setup.py b/setup.py index e02b739..3c0ae5f 100644 --- a/setup.py +++ b/setup.py @@ -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",