From eb5169d903aa072812bc4eacaa75a20d5c644544 Mon Sep 17 00:00:00 2001 From: Donald Stufft Date: Tue, 12 Jul 2011 21:24:05 -0400 Subject: [PATCH] updated the version --- postmark/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postmark/__init__.py b/postmark/__init__.py index 460b352..8b72993 100755 --- a/postmark/__init__.py +++ b/postmark/__init__.py @@ -1,4 +1,4 @@ -VERSION = (0, 1, 5, "final", 0) +VERSION = (0, 1, 6, "final", 0) def get_version():