Skip to content

Commit

Permalink
chore: version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
tazlin committed Apr 12, 2024
1 parent 97502ce commit 9e87bcf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion horde_worker_regen/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@

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

__version__ = "5.0.1"
__version__ = "5.0.2"
2 changes: 1 addition & 1 deletion horde_worker_regen/_version_meta.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"recommended_version": "5.0.1",
"recommended_version": "5.0.2",
"required_min_version": "4.2.7",
"required_min_version_update_date": "2024-03-09",
"required_min_version_info": {
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 = "setuptools.build_meta"

[project]
name = "horde_worker_regen"
version = "5.0.1"
version = "5.0.2"
description = "Allows you to connect to the AI Horde and generate images for users."
authors = [
{name = "tazlin", email = "[email protected]"},
Expand Down

0 comments on commit 9e87bcf

Please sign in to comment.