aboutsummaryrefslogtreecommitdiffstats
path: root/yamlish.py
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2012-03-09 07:30:41 +0100
committerMatěj Cepl <mcepl@redhat.com>2012-03-09 07:30:41 +0100
commitc9ffb654bf14f06b942ab770331c86c91a2bbab6 (patch)
treeb473f0427d324113038d34f5c5d8075382cd2d26 /yamlish.py
parent07c6881466c8e15019c3fd9ba048c0ba4a84bfcd (diff)
downloadyamlish-c9ffb654bf14f06b942ab770331c86c91a2bbab6.tar.gz
Add requires to setup.py.0.4
Diffstat (limited to 'yamlish.py')
-rw-r--r--yamlish.py2
1 files changed, 1 insertions, 1 deletions
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<http://testanything.org/wiki>
import logging
import yaml
-__version__ = "0.3"
+__version__ = "0.4"
__author__ = "Matěj Cepl <mcepl_at_redhat_dot_com>"
class _YamlishLoader(yaml.loader.SafeLoader):