aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean Brant2013-03-14 23:24:24 -0500
committerSean Brant2013-03-14 23:24:24 -0500
commit16379fd49a2ddcedeb49aa37a7bbbc6785f14059 (patch)
tree6f2be8a861710141d011273cfe1efe17190d0fc6
parente65552efafe3d64b8bafecc6b94c7c3d5583b02d (diff)
downloadpykss-16379fd49a2ddcedeb49aa37a7bbbc6785f14059.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 caeb280..15c99e0 100644
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@ from setuptools import setup, find_packages
setup(
name='pykss',
- version='0.2.8',
+ version='0.2.9',
description='Python implementation of KSS',
long_description=open('README.rst').read(),
author='Sean Brant',