Skip to content

Commit 6fc6b83

Browse files
author
Sam Gammon
committed
Version bump -> 0.2.3 (bugfix release)
1 parent 8c6475b commit 6fc6b83

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,12 +3,12 @@
33
from distutils.core import setup
44

55
setup(name="keen",
6-
version="0.2.2",
6+
version="0.2.3",
77
description="Python Client for Keen IO",
88
author="Keen IO",
99
author_email="[email protected]",
1010
url="https://github.com/keenlabs/KeenClient-Python",
1111
packages=["keen"],
1212
install_requires=["requests", "pycrypto", "Padding"],
1313
tests_require=["nose"]
14-
)
14+
)

0 commit comments

Comments
 (0)