Repository: beam Updated Branches: refs/heads/master 5b2d494e8 -> c4adbd371
Update Apache Beam Python version to 2.1.0.dev Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/566469ef Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/566469ef Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/566469ef Branch: refs/heads/master Commit: 566469eff3095ffd186a04cb46e5e4cbd7d05724 Parents: 5b2d494 Author: Charles Chen <[email protected]> Authored: Tue May 9 16:22:19 2017 -0700 Committer: Charles Chen <[email protected]> Committed: Tue May 9 16:24:40 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/566469ef/sdks/python/apache_beam/version.py ---------------------------------------------------------------------- diff --git a/sdks/python/apache_beam/version.py b/sdks/python/apache_beam/version.py index 22d1683..ae92a23 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.1.0.dev'
