From 2faa4c1e5499827e8cd29fc478efbf0045921236 Mon Sep 17 00:00:00 2001 From: Ryan Murray Date: Wed, 29 Jan 2020 14:34:42 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.8.3=20=E2=86=92=200.8.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dremio_client/__init__.py | 2 +- setup.cfg | 3 ++- setup.py | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/dremio_client/__init__.py b/dremio_client/__init__.py index 19c434c..067b724 100644 --- a/dremio_client/__init__.py +++ b/dremio_client/__init__.py @@ -33,7 +33,7 @@ __author__ = """Ryan Murray""" __email__ = "rymurr@gmail.com" -__version__ = "__version__ = '0.8.3'" +__version__ = "__version__ = '0.8.4'" def get_config(config_dir=None): diff --git a/setup.cfg b/setup.cfg index bb02219..b309064 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.8.3 +current_version = 0.8.4 commit = True tag = True @@ -20,3 +20,4 @@ max-line-length = 120 ignore = E203, E266, E501, W503, F403, F401, E302 max-complexity = 18 select = B,C,E,F,W,T4,B9 + diff --git a/setup.py b/setup.py index 26c35ee..d2f66f3 100644 --- a/setup.py +++ b/setup.py @@ -82,7 +82,7 @@ test_suite="tests", tests_require=test_requirements, url="https://github.com/rymurr/dremio_client", - version="version='0.8.3'", + version="0.8.4", zip_safe=False, extras_require={ ':python_version == "2.7"': ["futures"],