aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorSean Brant2013-03-10 19:58:54 -0500
committerSean Brant2013-03-10 19:58:54 -0500
commit9ad7a3fc99ecd77e215a9422fd05ed5da6a3f841 (patch)
tree0bd509afb7209933c0bd9f454b5e3c033e2581cd /setup.py
parent9c3dc9d0cbec80f2417feb7e34c92c1c72a4bcf2 (diff)
downloadpykss-9ad7a3fc99ecd77e215a9422fd05ed5da6a3f841.tar.bz2
removes unneeded call
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 ea067b0..e5a195a 100644
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@ from setuptools import setup, find_packages
setup(
name='pykss',
- version='0.2',
+ version='0.2.1',
description='Python implementation of KSS',
long_description=open('README.rst').read(),
author='Sean Brant',