diff --git a/docs/conf.py b/docs/conf.py index 7a6d4841..d6234de4 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -24,9 +24,9 @@ author = "Earth Lab" # The short X.Y version -version = "0.7.6" +version = "0.8.0" # The full version, including alpha/beta/rc tags -release = "0.7.6" +release = "0.8.0" # -- General configuration --------------------------------------------------- diff --git a/setup.cfg b/setup.cfg index 2b717ab2..e6611030 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.7.6 +current_version = 0.8.0 commit = True tag = True diff --git a/setup.py b/setup.py index b471d155..83207b4c 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.6", + version="0.8.0", packages=["earthpy"], install_requires=[ "geopandas",