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",