diff options
| author | Sean Brant | 2013-03-10 18:47:24 -0500 |
|---|---|---|
| committer | Sean Brant | 2013-03-10 18:47:24 -0500 |
| commit | 9c3dc9d0cbec80f2417feb7e34c92c1c72a4bcf2 (patch) | |
| tree | 536e9a84d9319485c5b9c8c277d7564ef5aa461b /setup.py | |
| parent | a335c4fe1544eceaa33e77a88b32edb1dea2108a (diff) | |
| download | pykss-9c3dc9d0cbec80f2417feb7e34c92c1c72a4bcf2.tar.bz2 | |
version bump
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ from setuptools import setup, find_packages setup( name='pykss', - version='0.1', + version='0.2', description='Python implementation of KSS', long_description=open('README.rst').read(), author='Sean Brant', |
