We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b255683 commit 97e2e67Copy full SHA for 97e2e67
setup.py
@@ -3,7 +3,7 @@
3
from distutils.core import setup
4
5
setup(name='underscore.py',
6
- version='0.1.2',
+ version='0.1.3',
7
description='Port of underscore.js into python',
8
author='Serkan Yersen',
9
author_email='[email protected]',
src/underscore.py
@@ -63,7 +63,7 @@ class underscore(object):
63
""" Passed object
64
"""
65
66
- VERSION = "0.1.2"
+ VERSION = "0.1.3"
67
68
chained = False
69
""" If the object is in a chained state or not
0 commit comments