summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-02-18 22:15:24 +0000
committerLars Wirzenius <liw@liw.fi>2011-02-18 22:15:24 +0000
commit4d8ad8915a2f15a5545ca9f1579fe0a672b37dd0 (patch)
tree079616867aacc1c6aa1bf80788ff3d3f3568441e
parent213805591c9a725b2a5c47ded4af69d053299b11 (diff)
downloadlarch-4d8ad8915a2f15a5545ca9f1579fe0a672b37dd0.tar.gz
Bump version number for release.version_0_18
-rw-r--r--btree/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/btree/__init__.py b/btree/__init__.py
index c55cedf..8bba877 100644
--- a/btree/__init__.py
+++ b/btree/__init__.py
@@ -14,7 +14,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-version = '0.17'
+version = '0.18'
from nodes import FrozenNode, LeafNode, IndexNode