Repository: beam Updated Branches: refs/heads/release-2.0.0 1b6c6f510 -> 46e3bf989
Update Apache Beam Python version to 2.0.0 Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/62e3520c Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/62e3520c Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/62e3520c Branch: refs/heads/release-2.0.0 Commit: 62e3520c91e7a7bc4f711d7a3f254408dc49a93e Parents: 1b6c6f5 Author: Charles Chen <[email protected]> Authored: Tue May 9 16:23:48 2017 -0700 Committer: Charles Chen <[email protected]> Committed: Tue May 9 16:23:48 2017 -0700 ---------------------------------------------------------------------- sdks/python/apache_beam/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/beam/blob/62e3520c/sdks/python/apache_beam/version.py ---------------------------------------------------------------------- diff --git a/sdks/python/apache_beam/version.py b/sdks/python/apache_beam/version.py index 22d1683..c5eb0e4 100644 --- a/sdks/python/apache_beam/version.py +++ b/sdks/python/apache_beam/version.py @@ -18,4 +18,4 @@ """Apache Beam SDK version information and utilities.""" -__version__ = '0.7.0.dev' +__version__ = '2.0.0'
