aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2014-06-02 15:44:14 +0200
committerMatěj Cepl <mcepl@redhat.com>2014-06-02 15:48:28 +0200
commit23c3d60f4d2b5416db9334706cddf3b3617d3509 (patch)
treeed0623f6b60f647f7dfad3892dfea82d609ea791 /setup.py
parent735015800cecf9ccd0f4ac52a4e83591d6d94a5d (diff)
downloadyamlish-23c3d60f4d2b5416db9334706cddf3b3617d3509.tar.gz
Perhaps we don't need unittest2 after all
Bump the release as well.
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 c3490e9..32a15e4 100644
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@ def read(fname):
setup(
name='yamlish',
- version="0.12",
+ version="0.13",
description='Python implementation of YAMLish',
author='Matěj Cepl',
author_email='mcepl@redhat.com',