summaryrefslogtreecommitdiffstats
path: root/lpschedule_generator
diff options
context:
space:
mode:
authorrsiddharth <rsd@gnu.org>2016-03-05 22:50:03 -0500
committerrsiddharth <rsd@gnu.org>2016-03-05 22:50:03 -0500
commit0b665043bffe43d52221f76f093be08873505eb1 (patch)
tree79e49baefe7e6eb85cbd6158186b252391556776 /lpschedule_generator
parent09c362823c14276bf4f23d9cb099bbc28b11d0d6 (diff)
Moved _version elsewhere.
It is now at lpschedule_generator/_version.py
Diffstat (limited to 'lpschedule_generator')
-rw-r--r--lpschedule_generator/__init__.py0
-rw-r--r--lpschedule_generator/_version.py21
2 files changed, 21 insertions, 0 deletions
diff --git a/lpschedule_generator/__init__.py b/lpschedule_generator/__init__.py
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/lpschedule_generator/__init__.py
diff --git a/lpschedule_generator/_version.py b/lpschedule_generator/_version.py
new file mode 100644
index 0000000..32b7510
--- /dev/null
+++ b/lpschedule_generator/_version.py
@@ -0,0 +1,21 @@
+# -*- coding: utf-8 -*-
+#
+# Copyright (C) 2015 lpschedule-generator contributors. See CONTRIBUTORS.
+#
+# This file is part of lpschedule-generator.
+#
+# lpschedule-generator 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.
+#
+# lpschedule-generator 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 lpschedule-generator (see COPYING). If not, see
+# <http://www.gnu.org/licenses/>.
+
+__version__ = '0.3.3.dev3'