From 1c78be3b421ea6c7f4254c7c957bed4cb82ef0e8 Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Mon, 2 Jun 2014 14:34:26 +0200 Subject: Bump the release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') 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', -- cgit