Skip to content

Commit 42ca391

Browse files
committed
chore: version bump
1 parent 7a2d063 commit 42ca391

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

horde_worker_regen/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
ASSETS_FOLDER_PATH = Path(__file__).parent / "assets"
1010

11-
__version__ = "10.1.0"
11+
__version__ = "10.1.1"
1212

1313

1414
import pkg_resources # noqa: E402

horde_worker_regen/_version_meta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"recommended_version": "10.1.0",
2+
"recommended_version": "10.1.1",
33
"required_min_version": "9.0.2",
44
"required_min_version_update_date": "2024-09-26",
55
"required_min_version_info": {

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 = "horde_worker_regen"
7-
version = "10.1.0"
7+
version = "10.1.1"
88
description = "Allows you to connect to the AI Horde and generate images for users."
99
authors = [
1010
{name = "tazlin", email = "tazlin.on.github@gmail.com"},

0 commit comments

Comments
 (0)