From 0b665043bffe43d52221f76f093be08873505eb1 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Sat, 5 Mar 2016 22:50:03 -0500 Subject: Moved _version elsewhere. It is now at lpschedule_generator/_version.py --- _version.py | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 _version.py (limited to '_version.py') diff --git a/_version.py b/_version.py deleted file mode 100644 index 152adbf..0000000 --- a/_version.py +++ /dev/null @@ -1,21 +0,0 @@ -# -*- 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 -# . - -__version__ = '0.3.2' -- cgit v1.2.3