changeset 27:4e1077b49db2

Added __version__ constant.
author Brian Neal <bgneal@gmail.com>
date Tue, 18 Feb 2014 19:27:37 -0600
parents 3a53d309bbb7
children 317bd236383f
files purple/__init__.py
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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'