diff --git a/.bumpversion.cfg b/.bumpversion.cfg index cdf3a51..91b845d 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -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] \ No newline at end of file +[bumpversion:file:docs/conf.py] + diff --git a/docs/conf.py b/docs/conf.py index 639817f..a472afb 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.5' +version = 'v0.0.6' # -- General configuration --------------------------------------------------- diff --git a/sankee/__init__.py b/sankee/__init__.py index 7f3c91e..96901f2 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.5" +__version__ = "0.0.6" diff --git a/setup.py b/setup.py index daf35e2..b855be1 100644 --- a/setup.py +++ b/setup.py @@ -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",