summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2015-05-13 21:18:11 +0200
committerAnthon van der Neut <anthon@mnt.org>2015-05-13 21:18:11 +0200
commit39f09f74fd760216031b864c210f259d64080331 (patch)
treeaea31e4befa48c8aa3ef7dcd4b4d4a47add95103
parentd289ab459be4ae516bed987aab456b95d2dfb917 (diff)
downloadruamel.yaml-39f09f74fd760216031b864c210f259d64080331.tar.gz
flow and non-flow style for yaml json
-rw-r--r--py/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/__init__.py b/py/__init__.py
index 6f51d2e..bbe42d1 100644
--- a/py/__init__.py
+++ b/py/__init__.py
@@ -21,7 +21,7 @@ def _convert_version(tup):
return ret_val
-version_info = (0, 9)
+version_info = (0, 9, 1)
__version__ = _convert_version(version_info)
del _convert_version