aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorSean Brant2013-03-15 21:05:27 -0500
committerSean Brant2013-03-15 21:05:27 -0500
commit136b01994d69a3f70e4a789dfc9c8051e949ba8f (patch)
tree21188d4a102588b2926506b7726c32b238ae6084 /setup.py
parent4aae92ca0d6fcdfaae409053fb339f943ff630bd (diff)
downloadpykss-136b01994d69a3f70e4a789dfc9c8051e949ba8f.tar.bz2
version bump
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 15c99e0..1c29e29 100644
--- a/setup.py
+++ b/setup.py
@@ -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',