From bf8d1a2ee32d0cd897f7ffe0f6a1bf5ffba3d466 Mon Sep 17 00:00:00 2001 From: Aaron Zuspan Date: Mon, 22 Nov 2021 22:11:47 -0800 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.0.6=20=E2=86=92=200.0.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- docs/conf.py | 2 +- sankee/__init__.py | 2 +- setup.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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",