aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean Brant2013-03-14 22:18:22 -0500
committerSean Brant2013-03-14 22:18:22 -0500
commitf75b677284ca7d96d3f5eccf7e2336d26a6a5f0b (patch)
treea8d7e1dcf4f726730b9d69a88149788c843a2562
parentb2ced5bc0413bcf03f6ec2e27552aa276445d0f0 (diff)
downloadpykss-f75b677284ca7d96d3f5eccf7e2336d26a6a5f0b.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 0eb6f08..12b80c8 100644
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@ from setuptools import setup, find_packages
setup(
name='pykss',
- version='0.2.6',
+ version='0.2.7',
description='Python implementation of KSS',
long_description=open('README.rst').read(),
author='Sean Brant',