aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'elivepatch_client/client/version.py')
-rw-r--r--elivepatch_client/client/version.py13
1 files changed, 0 insertions, 13 deletions
diff --git a/elivepatch_client/client/version.py b/elivepatch_client/client/version.py
deleted file mode 100644
index 7dac792..0000000
--- a/elivepatch_client/client/version.py
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/usr/bin/env python
-# -*- coding: utf-8 -*-
-#
-# (c) 2017, Alice Ferrazzi <alice.ferrazzi@gmail.com>
-# Distributed under the terms of the GNU General Public License v2 or later
-
-
-from __future__ import unicode_literals
-
-VERSION = '0.0.1'
-
-if __name__ == '__main__':
- print(VERSION) \ No newline at end of file