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 2695695 commit 5f45f1eCopy full SHA for 5f45f1e
CHANGELOG.md
@@ -0,0 +1,5 @@
1
+
2
+0.1.0 / 2014-09-01
3
+==================
4
5
+First release
setup.py
@@ -2,7 +2,7 @@
from setuptools import setup
setup(
name='pusher-rest',
- version='0.1',
+ version='0.1.0',
6
description='A Python library to interract with the Pusher API',
7
url='http://github.com/pusher/pusher-rest-python',
8
author='Pusher',
0 commit comments