From 569d3a80aeb8e9a8364d32a7d7e93bd85a94fc9a Mon Sep 17 00:00:00 2001 From: Sean O'Connor Date: Tue, 28 Feb 2012 12:42:41 -0500 Subject: [PATCH] Version bump --- albertson/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/albertson/__init__.py b/albertson/__init__.py index 59222e0..c4d9fb4 100644 --- a/albertson/__init__.py +++ b/albertson/__init__.py @@ -1,3 +1,3 @@ from .base import Counter, CounterPool -VERSION = (0, 1, 4) +VERSION = (0, 1, 5)