From f76f7921792399dfce6e736334347162398ec516 Mon Sep 17 00:00:00 2001 From: nkorinek Date: Fri, 1 Oct 2021 16:23:46 -0600 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.9.3=20=E2=86=92=200.9.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/conf.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 3e6e8b47..4c26c996 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -24,7 +24,7 @@ author = "Earth Lab" # The short X.Y version -version = "0.9.3" +version = "0.9.4" # The full version, including alpha/beta/rc tags release = "0.9.3" diff --git a/setup.cfg b/setup.cfg index 17d65bf9..657942d0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.9.3 +current_version = 0.9.4 commit = True tag = True diff --git a/setup.py b/setup.py index f62026c5..cdb7a2a3 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ description=DESCRIPTION, long_description=LONG_DESCRIPTION, long_description_content_type="text/markdown", - version="0.9.3", + version="0.9.4", packages=["earthpy"], install_requires=[ "geopandas",