From 7090a6d320c9795b7479bc3830556412a5c236f6 Mon Sep 17 00:00:00 2001 From: Leah Wasser Date: Mon, 28 Oct 2019 11:23:09 -0600 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.7.4=20=E2=86=92=200.7.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/conf.py | 4 ++-- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index c99411d3..3b8073bb 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -24,9 +24,9 @@ author = "Earth Lab" # The short X.Y version -version = "0.7.4" +version = "0.7.5" # The full version, including alpha/beta/rc tags -release = "0.7.4" +release = "0.7.5" # -- General configuration --------------------------------------------------- diff --git a/setup.cfg b/setup.cfg index 559b767b..f26a876d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.7.4 +current_version = 0.7.5 commit = True tag = True diff --git a/setup.py b/setup.py index 4550e877..3e900c7c 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ description=DESCRIPTION, long_description=LONG_DESCRIPTION, long_description_content_type="text/markdown", - version="0.7.4", + version="0.7.5", packages=["earthpy"], install_requires=[ "geopandas",