Skip to content

Commit

Permalink
pythonapi: Version now 1.2
Browse files Browse the repository at this point in the history
git-svn-id: http://code.sixapart.com/svn/gearman/trunk/api/python/lib@421 011c6a6d-750f-0410-a5f6-93fdcd050bc4
  • Loading branch information
samuel committed Mar 12, 2009
1 parent d8ab4bb commit d09a1b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gearman/__init__.py
Expand Up @@ -34,7 +34,7 @@
"""

__author__ = "Samuel Stauffer <samuel@descolada.com> and Kristopher Tate <kris@bbridgetech.com>"
__version__ = "1.1"
__version__ = "1.2"
__license__ = "Python"

from gearman.client import GearmanClient
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -4,7 +4,7 @@

setup(
name = 'gearman',
version = '1.1',
version = '1.2',
description = 'Gearman Client',
author = 'Samuel Stauffer',
author_email = 'samuel@descolada.com',
Expand Down

0 comments on commit d09a1b4

Please sign in to comment.