aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2014-06-02 14:34:26 +0200
committerMatěj Cepl <mcepl@redhat.com>2014-06-02 14:34:26 +0200
commit1c78be3b421ea6c7f4254c7c957bed4cb82ef0e8 (patch)
tree044726428a19699da8b9c7b94b5d9354e6e32b9d /setup.py
parent461a607f8ef0b4651cccdd4804e1419224c663ee (diff)
downloadyamlish-1c78be3b421ea6c7f4254c7c957bed4cb82ef0e8.tar.gz
Bump the release
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 67eabef..746509b 100644
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@ def read(fname):
setup(
name='yamlish',
- version="0.11",
+ version="0.12",
description='Python implementation of YAMLish',
author='Matěj Cepl',
author_email='mcepl@redhat.com',