From bf17bdcec33de1b1218849134ed7ae468f75e946 Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Thu, 8 Mar 2012 22:45:11 +0100 Subject: Initial version uploaded to the Cheeseshop. --- yamlish.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'yamlish.py') diff --git a/yamlish.py b/yamlish.py index fda3f74..e3a9061 100644 --- a/yamlish.py +++ b/yamlish.py @@ -113,7 +113,7 @@ Read more about TAP and YAMLish here: L import logging import yaml -__version__ = "0.1" +__version__ = "0.2" __author__ = "Matěj Cepl " class _YamlishLoader(yaml.loader.SafeLoader): -- cgit