aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean Brant2013-06-12 13:14:47 -0500
committerSean Brant2013-06-12 13:14:47 -0500
commit82863b05a6767bb425985ebcb217ddea27d8f03b (patch)
tree8a02723042a5ef6469d2e490402af2a2c9335891
parent54f84954e8af233c255c5c4fb2c3cb1464c78cbf (diff)
downloadpykss-82863b05a6767bb425985ebcb217ddea27d8f03b.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 1c29e29..6b4964b 100644
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@ from setuptools import setup, find_packages
setup(
name='pykss',
- version='0.3',
+ version='0.4',
description='Python implementation of KSS',
long_description=open('README.rst').read(),
author='Sean Brant',