Skip to content
This repository has been archived by the owner on Mar 18, 2022. It is now read-only.

Commit

Permalink
Bump version: 0.8.3 → 0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Murray committed Jan 29, 2020
1 parent e7eb61c commit 2faa4c1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dremio_client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.8.3
current_version = 0.8.4
commit = True
tag = True

Expand All @@ -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

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down

0 comments on commit 2faa4c1

Please sign in to comment.