Skip to content
This repository has been archived by the owner on Jul 6, 2023. It is now read-only.

Commit

Permalink
chore: release 0.1.1 (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Jun 16, 2021
1 parent f241715 commit 764b1a4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog

### [0.1.1](https://www.github.com/googleapis/python-bigquery-logging/compare/v0.1.0...v0.1.1) (2021-06-16)


### Bug Fixes

* exclude docs and tests from package ([#4](https://www.github.com/googleapis/python-bigquery-logging/issues/4)) ([f241715](https://www.github.com/googleapis/python-bigquery-logging/commit/f24171552220f5a120535c101e2ab61b62d752b5))

## 0.1.0 (2021-06-02)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -17,7 +17,7 @@
import os
import setuptools # type: ignore

version = "0.1.0"
version = "0.1.1"

package_root = os.path.abspath(os.path.dirname(__file__))

Expand Down

0 comments on commit 764b1a4

Please sign in to comment.