Skip to content

Commit

Permalink
Increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
kyamagu committed Sep 4, 2023
1 parent 8dd1312 commit 1b16413
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
project = "fontconfig-py"
copyright = "2023, Kota Yamaguchi"
author = "Kota Yamaguchi"
release = "0.1.0"
release = "0.1.2"

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "fontconfig-py"
version = "0.1.1"
version = "0.1.2"
description = "Python bindings to fontconfig"
authors = ["Kota Yamaguchi <yamaguchi_kota@cyberagent.co.jp>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/fontconfig/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""fontconfig package"""
from .fontconfig import * # noqa: F401,F403

__version__ = "0.1.1"
__version__ = "0.1.2"

0 comments on commit 1b16413

Please sign in to comment.