aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2015-03-19 09:03:21 +0100
committerMatěj Cepl <mcepl@cepl.eu>2015-03-19 09:03:21 +0100
commit52b5641745bdc25c2c4e74ff86d280b9c0d36d60 (patch)
treeb0d9abfbfbcd01067e79cd76e42954fc4c7d3da6
parent0d599fdf1f275adbb7b8b90292064628a4e020c2 (diff)
downloadyamlish-52b5641745bdc25c2c4e74ff86d280b9c0d36d60.tar.gz
Bump the release for speeding up concatenation.
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 04ffa5f..0331165 100644
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@ def read(fname):
setup(
name='yamlish',
- version="0.17.1",
+ version="0.18.0",
description='Python implementation of YAMLish',
author='Matěj Cepl',
author_email='mcepl@redhat.com',