Skip to content

Commit

Permalink
chore: release 0.1.1 (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Aug 6, 2020
1 parent 3fc081a commit 6816062
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions packages/google-cloud-notebooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

### [0.1.1](https://www.github.com/googleapis/python-notebooks/compare/v0.1.0...v0.1.1) (2020-08-06)


### Bug Fixes

* fix package name ([#2](https://www.github.com/googleapis/python-notebooks/issues/2)) ([ae80dcf](https://www.github.com/googleapis/python-notebooks/commit/ae80dcffc544a31096e9f076e9538985c1b3a44f))

## 0.1.0 (2020-08-04)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-notebooks/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,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 6816062

Please sign in to comment.