summaryrefslogtreecommitdiff
path: root/larch
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2012-05-27 11:44:12 +0200
committerLars Wirzenius <liw@liw.fi>2012-05-27 11:44:12 +0200
commit75c884f4212e55c73c6a7998587720b1d5b8a01b (patch)
tree6f229cb71ac0ed9321d131ec5ce27cffe09be416 /larch
parentc6d09be73eea8139fe000581f2a029587d97707d (diff)
downloadlarch-75c884f4212e55c73c6a7998587720b1d5b8a01b.tar.gz
Release version 1.20120527larch-1.20120527
Diffstat (limited to 'larch')
-rw-r--r--larch/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/larch/__init__.py b/larch/__init__.py
index dbc3653..7295bec 100644
--- a/larch/__init__.py
+++ b/larch/__init__.py
@@ -1,4 +1,4 @@
-# Copyright 2010, 2011 Lars Wirzenius
+# Copyright 2010, 2011, 2012 Lars Wirzenius
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -14,7 +14,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-__version__ = '0.31'
+__version__ = '1.20120527'
class Error(Exception):