aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean Brant2013-03-14 22:29:01 -0500
committerSean Brant2013-03-14 22:29:01 -0500
commit4e128a2fe118494356e2d9bfdea0c9b537fa2578 (patch)
tree9f2b0d2de48923163ba83089596542b13a661bc3
parent0942504c8cf35b4b340738dfde3b18321ab5e65f (diff)
downloadpykss-4e128a2fe118494356e2d9bfdea0c9b537fa2578.tar.bz2
version bump
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 12b80c8..caeb280 100644
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@ from setuptools import setup, find_packages
setup(
name='pykss',
- version='0.2.7',
+ version='0.2.8',
description='Python implementation of KSS',
long_description=open('README.rst').read(),
author='Sean Brant',