Skip to content

Commit

Permalink
Bump version 0.8.2 -> 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuasundance-swca committed Nov 13, 2023
1 parent 8ac0a54 commit 0a9ff72
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
project = 'restgdf'
copyright = '2023, Joshua Sundance Bailey'
author = 'Joshua Sundance Bailey'
release = '0.8.2'
release = '0.9.0'

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ packages = ["restgdf", "restgdf.directory", "restgdf.featurelayer", "restgdf.uti

[project]
name = "restgdf"
version = "0.8.2"
version = "0.9.0"
description = "improved esri rest io for geopandas"
authors = [{ name = "Joshua Sundance Bailey" }]
readme = "README.md"
Expand Down Expand Up @@ -48,7 +48,7 @@ doc = [
]

[tool.bumpver]
current_version = "0.8.2"
current_version = "0.9.0"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "Bump version {old_version} -> {new_version}"
commit = true
Expand Down
2 changes: 1 addition & 1 deletion restgdf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
__all__ = ["Directory", "FeatureLayer", "utils"]


__version__ = "0.8.2"
__version__ = "0.9.0"

0 comments on commit 0a9ff72

Please sign in to comment.