diff options
Diffstat (limited to 'yamlish.py')
-rw-r--r-- | yamlish.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -113,7 +113,7 @@ Read more about TAP and YAMLish here: L<http://testanything.org/wiki> import logging import yaml -__version__ = "0.1" +__version__ = "0.2" __author__ = "Matěj Cepl <mcepl_at_redhat_dot_com>" class _YamlishLoader(yaml.loader.SafeLoader): |