From c9ffb654bf14f06b942ab770331c86c91a2bbab6 Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Fri, 9 Mar 2012 07:30:41 +0100 Subject: Add requires to setup.py. --- yamlish.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'yamlish.py') diff --git a/yamlish.py b/yamlish.py index fd95d85..80e6d27 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.3" +__version__ = "0.4" __author__ = "Matěj Cepl " class _YamlishLoader(yaml.loader.SafeLoader): -- cgit