Skip to content

Commit

Permalink
Bump version: 0.9.1 → 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Leah Wasser committed Jun 18, 2020
1 parent 9c276f3 commit c535dfb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
author = "Earth Lab"

# The short X.Y version
version = "0.9.1"
version = "0.9.2"
# The full version, including alpha/beta/rc tags
release = "0.9.1"
release = "0.9.2"


# -- General configuration ---------------------------------------------------
Expand Down
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.9.1
current_version = 0.9.2
commit = True
tag = True

Expand All @@ -15,4 +15,3 @@ replace = {new_version}
[bumpversion:file:docs/conf.py]
search = "version = '{current_version}'"
replace = {new_version}

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
description=DESCRIPTION,
long_description=LONG_DESCRIPTION,
long_description_content_type="text/markdown",
version="0.9.1",
version="0.9.2",
packages=["earthpy"],
install_requires=[
"geopandas",
Expand Down

0 comments on commit c535dfb

Please sign in to comment.