summaryrefslogtreecommitdiff
path: root/obnamlib/version.py
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-09-28 18:30:15 +0000
committerLars Wirzenius <liw@liw.fi>2015-09-28 21:59:11 +0300
commitfaa7d1c006dfc890a537aa5b71ee9bbf8eea4fe5 (patch)
treeee5fe1cc069dadf72d399d495dcfd372f9dd474f /obnamlib/version.py
parentbf00fe3afee2eedbc0e798bb686df49a29c7917d (diff)
downloadobnam-faa7d1c006dfc890a537aa5b71ee9bbf8eea4fe5.tar.gz
Split out stuff from __init__.py to placate pep8
Diffstat (limited to 'obnamlib/version.py')
-rw-r--r--obnamlib/version.py18
1 files changed, 18 insertions, 0 deletions
diff --git a/obnamlib/version.py b/obnamlib/version.py
new file mode 100644
index 00000000..9c788295
--- /dev/null
+++ b/obnamlib/version.py
@@ -0,0 +1,18 @@
+# Copyright 2015 Lars Wirzenius
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+#
+# =*= License: GPL-3+ =*=
+
+__version__ = '1.17'