Skip to content

Commit

Permalink
chore: add release-please (#452)
Browse files Browse the repository at this point in the history
Release-As: 0.24.1
  • Loading branch information
busunkim96 committed Jun 12, 2020
1 parent 7449ad5 commit 6b35758
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/release-please.yml
@@ -0,0 +1 @@
releaseType: python
4 changes: 3 additions & 1 deletion setup.py
Expand Up @@ -20,12 +20,14 @@

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

version = "0.24.0"

with io.open(os.path.join(PACKAGE_ROOT, "README.rst")) as file_obj:
README = file_obj.read()

setup(
name="gapic-generator",
version="0.24.0",
version=version,
license="Apache 2.0",
author="Dov Shlachter",
author_email="dovs@google.com",
Expand Down

0 comments on commit 6b35758

Please sign in to comment.