Skip to content

Commit 9972c3d

Browse files
Updating for event builder (#109)
1 parent eddc54a commit 9972c3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

optimizely/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2016-2017, Optimizely
1+
# Copyright 2016-2018, Optimizely
22
# Licensed under the Apache License, Version 2.0 (the "License");
33
# you may not use this file except in compliance with the License.
44
# You may obtain a copy of the License at
@@ -11,5 +11,5 @@
1111
# See the License for the specific language governing permissions and
1212
# limitations under the License.
1313

14-
version_info = (1, 4, 0)
14+
version_info = (2, 0, '0-beta.1')
1515
__version__ = '.'.join(str(v) for v in version_info)

0 commit comments

Comments
 (0)