From fa3245d73d092ccdf8fbb40a911cb531465a5af1 Mon Sep 17 00:00:00 2001 From: David Sauve Date: Tue, 11 Aug 2009 15:41:19 -0400 Subject: [PATCH] Added author and version entries to __init__ --- __init__.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/__init__.py b/__init__.py index 02b1d14..48313d4 100644 --- a/__init__.py +++ b/__init__.py @@ -13,3 +13,6 @@ # You should have received a copy of the GNU General Public License along # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + +__author__ = 'David Sauve' +__version__ = (1, 0, 0, 'beta')