aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean Brant2013-03-10 18:47:24 -0500
committerSean Brant2013-03-10 18:47:24 -0500
commit9c3dc9d0cbec80f2417feb7e34c92c1c72a4bcf2 (patch)
tree536e9a84d9319485c5b9c8c277d7564ef5aa461b
parenta335c4fe1544eceaa33e77a88b32edb1dea2108a (diff)
downloadpykss-9c3dc9d0cbec80f2417feb7e34c92c1c72a4bcf2.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 8d4c498..ea067b0 100644
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@ from setuptools import setup, find_packages
setup(
name='pykss',
- version='0.1',
+ version='0.2',
description='Python implementation of KSS',
long_description=open('README.rst').read(),
author='Sean Brant',