summaryrefslogtreecommitdiff
path: root/larch
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2013-08-08 21:51:20 +0100
committerLars Wirzenius <liw@liw.fi>2013-08-08 21:51:20 +0100
commitbbd34c05cab63b9d6845538308757c348e1a16f6 (patch)
treeb8d19e79051899a100427b32e8f658da71a7549c /larch
parent4c342127b07571f395b69c91538c502d9f95f630 (diff)
downloadlarch-bbd34c05cab63b9d6845538308757c348e1a16f6.tar.gz
Prepare release version 1.20130808larch-1.20130808
Diffstat (limited to 'larch')
-rw-r--r--larch/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/larch/__init__.py b/larch/__init__.py
index 0f51f09..691d107 100644
--- a/larch/__init__.py
+++ b/larch/__init__.py
@@ -14,7 +14,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-__version__ = '1.20130316'
+__version__ = '1.20130808'
class Error(Exception):