Skip to content

Commit 97e2e67

Browse files
committed
bump version
1 parent b255683 commit 97e2e67

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from distutils.core import setup
44

55
setup(name='underscore.py',
6-
version='0.1.2',
6+
version='0.1.3',
77
description='Port of underscore.js into python',
88
author='Serkan Yersen',
99
author_email='[email protected]',

src/underscore.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class underscore(object):
6363
""" Passed object
6464
"""
6565

66-
VERSION = "0.1.2"
66+
VERSION = "0.1.3"
6767

6868
chained = False
6969
""" If the object is in a chained state or not

0 commit comments

Comments
 (0)