Added author and version entries to __init__

This commit is contained in:
David Sauve 2009-08-11 15:41:19 -04:00
parent a20ad426e5
commit fa3245d73d

View file

@ -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')