Update Python SDK version
Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/a32db077 Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/a32db077 Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/a32db077 Branch: refs/heads/DSL_SQL Commit: a32db07733f84f3c395d1447ac3db66d04e68c4f Parents: cd15751 Author: Jean-Baptiste Onofré <[email protected]> Authored: Wed Jul 5 16:52:48 2017 +0200 Committer: Tyler Akidau <[email protected]> Committed: Wed Jul 12 20:00:59 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/a32db077/sdks/python/apache_beam/version.py ---------------------------------------------------------------------- diff --git a/sdks/python/apache_beam/version.py b/sdks/python/apache_beam/version.py index ae92a23..8b0a430 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__ = '2.1.0.dev' +__version__ = '2.2.0.dev'
