From 6ac5a94e5bc1da2242d7a1cbc6aaa5d9afb44bc7 Mon Sep 17 00:00:00 2001 From: Tyler Treat Date: Mon, 9 Jun 2014 14:26:38 -0500 Subject: [PATCH] Bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8ad402f..3fd3759 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import find_packages from setuptools import setup -VERSION = '0.0.4' +VERSION = '0.0.5' setup_args = dict( name='BigQuery-Python',