From 11bf58014a9bf5ac67ed17041cf43b420cb84844 Mon Sep 17 00:00:00 2001 From: John Montgomery Date: Thu, 22 Nov 2012 09:23:36 +0000 Subject: [PATCH] Version 0.3.8 --- publish/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publish/__init__.py b/publish/__init__.py index 2f4d1f4..dba9309 100644 --- a/publish/__init__.py +++ b/publish/__init__.py @@ -1,2 +1,2 @@ -VERSION = (0, 3, 7) +VERSION = (0, 3, 8) __version__ = '.'.join(map(str, VERSION))