diff options
| author | Sean Brant | 2013-03-15 21:05:27 -0500 |
|---|---|---|
| committer | Sean Brant | 2013-03-15 21:05:27 -0500 |
| commit | 136b01994d69a3f70e4a789dfc9c8051e949ba8f (patch) | |
| tree | 21188d4a102588b2926506b7726c32b238ae6084 /setup.py | |
| parent | 4aae92ca0d6fcdfaae409053fb339f943ff630bd (diff) | |
| download | pykss-136b01994d69a3f70e4a789dfc9c8051e949ba8f.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.2.9', + version='0.3', description='Python implementation of KSS', long_description=open('README.rst').read(), author='Sean Brant', |
