Repository: beam Updated Branches: refs/heads/master b45381dad -> 4c3fce14c
Update python SDK version to the next version. Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/11e3029e Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/11e3029e Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/11e3029e Branch: refs/heads/master Commit: 11e3029ed38ce4b6090b54ed2337df6c69796f39 Parents: b45381d Author: Ahmet Altay <[email protected]> Authored: Tue Mar 7 13:17:22 2017 -0800 Committer: Ahmet Altay <[email protected]> Committed: Tue Mar 7 13:17:22 2017 -0800 ---------------------------------------------------------------------- sdks/python/apache_beam/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/beam/blob/11e3029e/sdks/python/apache_beam/version.py ---------------------------------------------------------------------- diff --git a/sdks/python/apache_beam/version.py b/sdks/python/apache_beam/version.py index 12509fb..e5d61a1 100644 --- a/sdks/python/apache_beam/version.py +++ b/sdks/python/apache_beam/version.py @@ -21,7 +21,7 @@ import re -__version__ = '0.6.0.dev' +__version__ = '0.7.0.dev' # The following utilities are legacy code from the Maven integration;
