From f0464d3adaaa29121a7ce168ac27528d7dc305be Mon Sep 17 00:00:00 2001 From: John Montgomery Date: Thu, 1 May 2014 10:39:35 +0100 Subject: [PATCH] Version 0.3.11 --- publish/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publish/__init__.py b/publish/__init__.py index 2e01856..1c277c9 100644 --- a/publish/__init__.py +++ b/publish/__init__.py @@ -1,2 +1,2 @@ -VERSION = (0, 3, 10) +VERSION = (0, 3, 11) __version__ = '.'.join(map(str, VERSION))