aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--MANIFEST.in1
-rw-r--r--yamlish.py2
2 files changed, 2 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
new file mode 100644
index 0000000..7e89e1e
--- /dev/null
+++ b/MANIFEST.in
@@ -0,0 +1 @@
+include NEWS.txt \ No newline at end of file
diff --git a/yamlish.py b/yamlish.py
index f3ef610..2fcffbc 100644
--- a/yamlish.py
+++ b/yamlish.py
@@ -113,7 +113,7 @@ import logging
import yaml
__docformat__ = 'reStructuredText'
-__version__ = "0.5"
+__version__ = "0.6"
__author__ = "Matej Cepl <mcepl_at_redhat_dot_com>"
class _YamlishLoader(yaml.loader.SafeLoader):