aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorSean Brant2013-03-11 08:23:35 -0500
committerSean Brant2013-03-11 08:23:35 -0500
commit128e67e1a07bd9292b24ae4c63f812d3c027c0d2 (patch)
treee35104d55bb5cf1eb0452b59b9fa7df38459c3f6 /setup.py
parent7bb2158da93a938f278be300686ffe7bbe7055a7 (diff)
downloadpykss-128e67e1a07bd9292b24ae4c63f812d3c027c0d2.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 a96d65e..e82900c 100644
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@ from setuptools import setup, find_packages
setup(
name='pykss',
- version='0.2.1',
+ version='0.2.2',
description='Python implementation of KSS',
long_description=open('README.rst').read(),
author='Sean Brant',