Skip to content

Commit

Permalink
bump version to 1.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-litvak committed Mar 15, 2022
1 parent 0d78716 commit f5b70cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion iron_worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ def zip(self, destination=None, overwrite=True):

class IronWorker:
NAME = "iron_worker_python"
VERSION = "1.3.7"
VERSION = "1.3.8"

isLoaded = False
arguments = {'task_id': None, 'dir': None, 'payload': None, 'config': None}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
name='iron-worker',
py_modules=["iron_worker"],
packages=["testDir"],
version='1.3.7',
version='1.3.8',
install_requires=["iron_core >= 1.1.0", "python-dateutil"],
description='The Python client for IronWorker, a cloud service for background processing.',
author='Iron.io',
Expand Down

0 comments on commit f5b70cf

Please sign in to comment.