From e0936873542281a6cd2d5c6543ddbd2b2c4e113b Mon Sep 17 00:00:00 2001 From: Qiusheng Wu Date: Fri, 20 Sep 2024 11:50:36 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.6.3=20=E2=86=92=200.6.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pygis/__init__.py | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pygis/__init__.py b/pygis/__init__.py index 01be24b..5ca3ae5 100644 --- a/pygis/__init__.py +++ b/pygis/__init__.py @@ -2,4 +2,4 @@ __author__ = """Qiusheng Wu""" __email__ = "giswqs@gmail.com" -__version__ = "0.6.3" +__version__ = "0.6.4" diff --git a/pyproject.toml b/pyproject.toml index ac00b77..58ca444 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "pygis" -version = "0.6.3" +version = "0.6.4" dynamic = [ "dependencies", ] @@ -39,7 +39,7 @@ dependencies = {file = ["requirements.txt"]} universal = true [tool.bumpversion] -current_version = "0.6.3" +current_version = "0.6.4" commit = true tag = true