Skip to content

Commit

Permalink
Merge pull request #45 from alex-litvak/master
Browse files Browse the repository at this point in the history
Bump version to 1.3.4
  • Loading branch information
ulandj committed Jul 21, 2015
2 parents f462cfa + 53a366b commit bed0bb1
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 @@ -238,7 +238,7 @@ def zip(self, destination=None, overwrite=True):

class IronWorker:
NAME = "iron_worker_python"
VERSION = "1.3.3"
VERSION = "1.3.4"

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 @@ -9,7 +9,7 @@
name='iron-worker',
py_modules=["iron_worker"],
packages=["testDir"],
version='1.3.3',
version='1.3.4',
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 bed0bb1

Please sign in to comment.