Skip to content

Commit

Permalink
update to version 1.14.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kalessin committed Aug 9, 2024
1 parent b828ac9 commit c1d8347
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name="shub-workflow",
version="1.14.2.3",
version="1.14.2.4",
description="Workflow manager for Zyte ScrapyCloud tasks.",
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
Expand Down
2 changes: 1 addition & 1 deletion shub_workflow/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.14.2.3"
__version__ = "1.14.2.4"

0 comments on commit c1d8347

Please sign in to comment.