Skip to content

Commit

Permalink
Version bump to 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaly Babiy committed Aug 10, 2011
1 parent 22014aa commit 725c8ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion leaderboard/__init__.py
Expand Up @@ -3,7 +3,7 @@
from math import ceil

class Leaderboard(object):
VERSION = '1.1.3'
VERSION = '1.1.4'
DEFAULT_PAGE_SIZE = 25
DEFAULT_REDIS_HOST = 'localhost'
DEFAULT_REDIS_PORT = 6379
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Expand Up @@ -7,9 +7,9 @@

setup(
name='leaderboard',
version='1.1.3',
author='Ola Mork, Aaron Westendorf',
author_email="ola@agoragames.com, aaron@agoragames.com",
version='1.1.4',
author='Ola Mork, Aaron Westendorf, Vitaly Babiy',
author_email="ola@agoragames.com, aaron@agoragames.com, vbabiy@agoragames.com",
url='https://github.com/agoragames/python-leaderboard',
license='LICENSE.txt',
packages=["leaderboard"],
Expand Down

0 comments on commit 725c8ad

Please sign in to comment.