From 52c2bccd7b13708c6a5bed7265c6c570961cc058 Mon Sep 17 00:00:00 2001 From: Bojan Mihelac Date: Mon, 18 Feb 2013 10:27:58 +0100 Subject: [PATCH] Bump version --- import_export/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/import_export/__init__.py b/import_export/__init__.py index 7a632f0be..14aefe026 100644 --- a/import_export/__init__.py +++ b/import_export/__init__.py @@ -1,2 +1,2 @@ -VERSION = (0, 1, '3dev') +VERSION = (0, 1, '3') __version__ = '.'.join(map(str, VERSION))