Skip to content

Commit

Permalink
chore: release 0.1.1 (#3)
Browse files Browse the repository at this point in the history
* updated CHANGELOG.md [ci skip]

* updated setup.cfg [ci skip]

* updated setup.py [ci skip]

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Mar 23, 2020
1 parent a6a7338 commit 345f10f
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-media-translation/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-media-translation/compare/v0.1.0...v0.1.1) (2020-03-23)


### Bug Fixes

* correct name in setup.py ([#2](https://www.github.com/googleapis/python-media-translation/issues/2)) ([c35b223](https://www.github.com/googleapis/python-media-translation/commit/c35b22397fec8f78bf3660310c3f19bf471079a7))

## 0.1.0 (2020-03-20)


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

Please sign in to comment.