Skip to content

Commit

Permalink
Bump version: 0.2.0 → 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aazuspan committed Dec 10, 2022
1 parent f90edac commit 67ef5b1
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.2.0
current_version = 0.2.1
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 @@ -21,7 +21,7 @@
project = "sankee"
copyright = "2021, Aaron Zuspan"
author = "Aaron Zuspan"
version = "v0.2.0"
version = "v0.2.1"


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

__version__ = "0.2.0"
__version__ = "0.2.1"

__all__ = [
"sankify",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

setup(
name="sankee",
version="0.2.0",
version="0.2.1",
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 67ef5b1

Please sign in to comment.