We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eddc54a commit 9972c3dCopy full SHA for 9972c3d
optimizely/version.py
@@ -1,4 +1,4 @@
1
-# Copyright 2016-2017, Optimizely
+# Copyright 2016-2018, Optimizely
2
# Licensed under the Apache License, Version 2.0 (the "License");
3
# you may not use this file except in compliance with the License.
4
# You may obtain a copy of the License at
@@ -11,5 +11,5 @@
11
# See the License for the specific language governing permissions and
12
# limitations under the License.
13
14
-version_info = (1, 4, 0)
+version_info = (2, 0, '0-beta.1')
15
__version__ = '.'.join(str(v) for v in version_info)
0 commit comments