Skip to content

Commit 04cb001

Browse files
committed
Bump version: 0.1.1 → 0.1.2
1 parent 48ecfe8 commit 04cb001

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.bumpversion.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.bumpversion]
2-
current_version = "0.1.1"
2+
current_version = "0.1.2"
33
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
44
serialize = ["{major}.{minor}.{patch}"]
55
search = "{current_version}"

docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
copyright = "2024, ftCLI"
1313
author = "ftCLI"
1414

15-
version = "0.1.1"
16-
release = "0.1.1"
15+
version = "0.1.2"
16+
release = "0.1.2"
1717

1818
# -- General configuration ---------------------------------------------------
1919
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

foundrytools/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
from foundrytools.core.font import Font
33
from foundrytools.lib.font_finder import FontFinder
44

5-
VERSION = __version__ = "0.1.1"
5+
VERSION = __version__ = "0.1.2"
66
__all__ = ["VERSION", "Font", "tables", "FontFinder"]

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def _get_requirements() -> list[str]:
1616

1717
setuptools.setup(
1818
name="foundrytools",
19-
version="0.1.1",
19+
version="0.1.2",
2020
description="A library for working with fonts in Python.",
2121
long_description=long_description,
2222
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)