Skip to content

Commit

Permalink
Bump version: 0.7.4 → 0.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Leah Wasser committed Oct 28, 2019
1 parent 5959476 commit 7090a6d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -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 ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.7.4
current_version = 0.7.5
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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",
Expand Down

0 comments on commit 7090a6d

Please sign in to comment.