Skip to content

Commit

Permalink
version bump to 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
hharnisc committed Apr 4, 2015
1 parent 2b62fb2 commit 00bdf33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
readme = f.read()

setup(name='python-ddp',
version='0.1.4',
version='0.1.5',
description='An event driven ddp client',
long_description=readme,
license='MIT',
author='Harrison Harnisch',
author_email='hharnisc@gmail.com',
url='https://github.com/hharnisc/python-ddp',
keywords = ["meteor", "ddp", "events", "emitter", "node.js", "node", "eventemitter", "event_emitter"],
keywords = ["meteor", "ddp", "events", "emitter", "node.js", "node", "eventemitter", "event_emitter", "ejson"],
classifiers = [
"Programming Language :: Python",
"Development Status :: 2 - Pre-Alpha",
Expand Down

0 comments on commit 00bdf33

Please sign in to comment.