Skip to content

Commit

Permalink
bump version to 0.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
daigotanaka committed Apr 16, 2023
1 parent 260f662 commit acaf9f2
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 5 deletions.
7 changes: 4 additions & 3 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Development Lead
Contributors
------------

* sphinks (Ivan Zerin)
* NiallRees (Niall Woodward)
* seanglynn-thrive
* @sphinks (Ivan Zerin)
* @NiallRees (Niall Woodward)
* @seanglynn-thrive
* @cjohnhanson (Cody J. Hanson)
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## History

### 0.3.7
- Support providing credentials via env var (#26)
Thank you (@cjohnhanson)

### 0.3.6

- Bump google-cloud-bigquery version to 3.2.0
Expand Down
4 changes: 3 additions & 1 deletion bin/release_build
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ rm -fr build
rm -fr tap_bigquery.egg-info

pip install -U pip
python3 setup.py sdist bdist_wheel

python3 -m build
# python3 setup.py sdist bdist_wheel

# test
# python3 -m twine upload --repository testpypi dist/*
Expand Down
2 changes: 2 additions & 0 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ tox>=3.14.0
twine>=1.14.0
watchdog>=0.9.0
wheel>=0.33.6
build>=0.10.0
keyrings.alt>=4.2.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python
from setuptools import setup

VERSION = "0.3.6"
VERSION = "0.3.7"

with open("README.md", "r") as fh:
long_description = fh.read()
Expand Down

0 comments on commit acaf9f2

Please sign in to comment.