From 4b9e5b73b4d7ba38ae7cfaeec3451e4442edaff7 Mon Sep 17 00:00:00 2001 From: Joshua Sundance Bailey Date: Fri, 15 Dec 2023 15:31:56 -0500 Subject: [PATCH] Bump version 0.9.8 -> 1.0.0 --- docs/conf.py | 2 +- pyproject.toml | 4 ++-- restgdf/__init__.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 8a17bdd..9950721 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -27,7 +27,7 @@ project = 'restgdf' copyright = '2023, Joshua Sundance Bailey' author = 'Joshua Sundance Bailey' -release = '0.9.8' +release = '1.0.0' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/pyproject.toml b/pyproject.toml index 6502607..7fcefe5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ packages = ["restgdf", "restgdf.directory", "restgdf.featurelayer", "restgdf.uti [project] name = "restgdf" -version = "0.9.8" +version = "1.0.0" description = "improved esri rest io for geopandas" authors = [{ name = "Joshua Sundance Bailey" }] readme = "README.md" @@ -48,7 +48,7 @@ doc = [ ] [tool.bumpver] -current_version = "0.9.8" +current_version = "1.0.0" version_pattern = "MAJOR.MINOR.PATCH" commit_message = "Bump version {old_version} -> {new_version}" commit = true diff --git a/restgdf/__init__.py b/restgdf/__init__.py index 9cee8f5..9f25a3c 100644 --- a/restgdf/__init__.py +++ b/restgdf/__init__.py @@ -7,4 +7,4 @@ __all__ = ["Directory", "FeatureLayer", "utils"] -__version__ = "0.9.8" +__version__ = "1.0.0"