Skip to content

Commit 26627e8

Browse files
committed
require nose, bump version to 0.1.1
1 parent f521365 commit 26627e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
from distutils.core import setup
44

55
setup(name="keen-client",
6-
version="0.1.0",
6+
version="0.1.1",
77
description="Python Client for Keen.io",
88
author="Keen Labs",
99
author_email="[email protected]",
1010
url="https://github.com/keenlabs/KeenClient-Python",
1111
packages=["keen"],
12-
install_requires=["requests"]
12+
install_requires=["requests", "nose"]
1313
)

0 commit comments

Comments
 (0)