From b52bea7589ac2400336da25727e875488ebe52f6 Mon Sep 17 00:00:00 2001 From: Pierrick Rambaud Date: Thu, 31 Aug 2023 07:41:03 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.3.0=20=E2=86=92=200.3.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/conf.py | 2 +- pygaul/__init__.py | 2 +- pyproject.toml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index cacac37..a452044 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -18,7 +18,7 @@ project = "pyGAUL" author = "Pierrick Rambaud" copyright = f"2020-{datetime.now().year}, {author}" -release = "0.3.0" +release = "0.3.1" # -- General configuration ----------------------------------------------------- extensions = [ diff --git a/pygaul/__init__.py b/pygaul/__init__.py index 472cab8..d855e01 100644 --- a/pygaul/__init__.py +++ b/pygaul/__init__.py @@ -15,7 +15,7 @@ import pandas as pd from deprecated.sphinx import deprecated, versionadded -__version__ = "0.3.0" +__version__ = "0.3.1" __author__ = "Pierrick Rambaud" __email__ = "pierrick.rambaud49@gmail.com" diff --git a/pyproject.toml b/pyproject.toml index e7219c1..2c56067 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "pygaul" -version = "0.3.0" +version = "0.3.1" description = "Easy access to administrative boundary defined by FAO GAUL from a Python script." keywords = ["skeleton", "Python"] classifiers = [ @@ -80,7 +80,7 @@ exclude = ["docs*", "tests*"] [tool.commitizen] tag_format = "v$major.$minor.$patch$prerelease" update_changelog_on_bump = false -version = "0.3.0" +version = "0.3.1" version_files = [ "pyproject.toml:version", "pygaul/__init__.py:__version__",