From 08f5bdd75fef84fac37478c0c45140d73da21a26 Mon Sep 17 00:00:00 2001 From: Denis Bellavance Date: Fri, 24 Jul 2015 10:46:17 -0700 Subject: Version 2.0.1 bump --- brevisurl/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'brevisurl') diff --git a/brevisurl/__init__.py b/brevisurl/__init__.py index 9429381..e50017a 100644 --- a/brevisurl/__init__.py +++ b/brevisurl/__init__.py @@ -5,7 +5,7 @@ except ImportError: from StringIO import StringIO -__versionstr__ = '2.0.0' +__versionstr__ = '2.0.1' def get_connection(backend=None, fail_silently=False, **kwargs): @@ -55,4 +55,4 @@ class Error(Exception): s.close() def __str__(self): - return repr(self.value) \ No newline at end of file + return repr(self.value) -- cgit v1.2.3