summaryrefslogtreecommitdiff
path: root/larch
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2012-05-08 22:31:17 +0100
committerLars Wirzenius <liw@liw.fi>2012-05-08 22:31:17 +0100
commit62a91e6d140233658b9aa6930dc4285272e1a109 (patch)
tree786f68cf51cbd806b98bc516508a1e860ca4404f /larch
parent8d79fbfc0b7f8447f60c04f6f65d5b07c9528267 (diff)
downloadlarch-62a91e6d140233658b9aa6930dc4285272e1a109.tar.gz
Release version 0.31larch-0.31
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 ef1885a..dbc3653 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__ = '0.30'
+__version__ = '0.31'
class Error(Exception):