Skip to content

Commit

Permalink
bump: version 0.3.1 → 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
12rambau committed Sep 21, 2023
1 parent 6583c52 commit 0f1377d
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 @@ -18,7 +18,7 @@
project = "pyGAUL"
author = "Pierrick Rambaud"
copyright = f"2020-{datetime.now().year}, {author}"
release = "0.3.1"
release = "0.3.2"

# -- General configuration -----------------------------------------------------
extensions = [
Expand Down
2 changes: 1 addition & 1 deletion pygaul/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import pandas as pd
from deprecated.sphinx import deprecated, versionadded

__version__ = "0.3.1"
__version__ = "0.3.2"
__author__ = "Pierrick Rambaud"
__email__ = "pierrick.rambaud49@gmail.com"

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "pygaul"
version = "0.3.1"
version = "0.3.2"
description = "Easy access to administrative boundary defined by FAO GAUL from a Python script."
keywords = ["skeleton", "Python"]
classifiers = [
Expand Down Expand Up @@ -80,7 +80,7 @@ exclude = ["docs*", "tests*"]
[tool.commitizen]
tag_format = "v$major.$minor.$patch$prerelease"
update_changelog_on_bump = false
version = "0.3.1"
version = "0.3.2"
version_files = [
"pyproject.toml:version",
"pygaul/__init__.py:__version__",
Expand Down

0 comments on commit 0f1377d

Please sign in to comment.