Merge pull request #65 from lovelysystems/master

updated version in setup.py
This commit is contained in:
Joel Martin 2012-10-15 14:04:27 -07:00
commit 388d9573fd
2 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,11 @@
Changes
=======
0.2.1 - Oct 15, 2012
--------------------
* re-released with updated version number
0.2.0 - Sep 17, 2012
--------------------

View File

@ -1,6 +1,6 @@
from setuptools import setup, find_packages
version = '0.1.0'
version = '0.2.1'
name = 'websockify'
long_description = open("README.md").read() + "\n" + \
open("CHANGES.txt").read() + "\n"