commit | 04c812ef872f9beb13cba4474f17955f4792c661 | [log] [tgz] |
---|---|---|
author | Danny Hermes <daniel.j.hermes@gmail.com> | Thu Dec 21 10:47:51 2017 -0800 |
committer | GitHub <noreply@github.com> | Thu Dec 21 10:47:51 2017 -0800 |
tree | 19d38b4c4ec7b471e347b9c27cf8b63f7d75a26c | |
parent | d8af50c2e74bb64ea0574e76a2d5522e0de15efc [diff] [blame] |
Adding back `.dev1` suffix after #4644. (#4651) Also adding a newly added note to Pub / Sub release notes (I already added this in the official release).
diff --git a/setup.py b/setup.py index 8273c46..422a950 100644 --- a/setup.py +++ b/setup.py
@@ -68,7 +68,7 @@ setup( name='google-api-core', - version='0.1.3', + version='0.1.4.dev1', description='Core Google API Client Library', long_description=README, namespace_packages=['google'],