From 5cfae6f40b76048e13094655ad101fa4ed2735ed Mon Sep 17 00:00:00 2001 From: Brandon Taylor Date: Sat, 24 Sep 2011 11:21:57 -0500 Subject: [PATCH] Updated version to 1.0.9 --- adminsortable/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adminsortable/__init__.py b/adminsortable/__init__.py index 4d77c25..c0bc259 100644 --- a/adminsortable/__init__.py +++ b/adminsortable/__init__.py @@ -1,4 +1,4 @@ -VERSION = (1, 0, 8, "f", 0) # following PEP 386 +VERSION = (1, 0, 9, "f", 0) # following PEP 386 DEV_N = None