summaryrefslogtreecommitdiff
path: root/pyju
diff options
context:
space:
mode:
Diffstat (limited to 'pyju')
-rwxr-xr-xpyju/version.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/pyju/version.py b/pyju/version.py
new file mode 100755
index 0000000..d19ccec
--- /dev/null
+++ b/pyju/version.py
@@ -0,0 +1,9 @@
+#!/usr/bin/env python3
+#
+# (C) 2017 - Manuel Traut <manut@mecka.net>
+#
+# SPDX-License-Identifier: GPL-3.0
+#
+# pyjutest - junit xml generator
+
+pyju_version = "1.3"