updated version

This commit is contained in:
Jodok Batlogg 2012-10-15 22:06:50 +02:00
parent 1295668abb
commit e53fa10397
2 changed files with 6 additions and 1 deletions

View File

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

View File

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