Skip to content

Commit 1e84806

Browse files
committed
🔧 chore(version): update version to 0.4.6.post1
- modify release version in docs configuration - update version in pyproject.toml - adjust __version__ in package initialization file
1 parent 68f143e commit 1e84806

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
copyright = "2024-2025, Peng Ding"
1111
author = "Peng Ding"
1212
html_title = "ToolRegistry"
13-
release = "0.4.6"
13+
release = "0.4.6.post1"
1414

1515
import os
1616
import sys

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "toolregistry"
7-
version = "0.4.6"
7+
version = "0.4.6.post1"
88
authors = [{ name = "Oaklight", email = "oaklight@gmx.com" }]
99
description = "A library for managing tool registries"
1010
readme = "README.md"

src/toolregistry/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
__all__ = ["ToolRegistry", "Tool"]
55

6-
__version__ = "0.4.6"
6+
__version__ = "0.4.6.post1"

0 commit comments

Comments
 (0)