# HG changeset patch # User Brian Neal # Date 1392773257 21600 # Node ID 4e1077b49db2544729a337421085126329e5efd4 # Parent 3a53d309bbb7296bca2be824dd571de97d5e320a Added __version__ constant. diff -r 3a53d309bbb7 -r 4e1077b49db2 purple/__init__.py --- a/purple/__init__.py Tue Feb 18 19:25:54 2014 -0600 +++ b/purple/__init__.py Tue Feb 18 19:27:37 2014 -0600 @@ -0,0 +1,5 @@ +# Copyright (C) 2014 by Brian Neal. +# This file is part of purple, the PURPLE (Cipher Machine 97) simulation. +# purple is released under the MIT License (see LICENSE.txt). + +__version__ = '0.1.0'