Skip to content

Commit

Permalink
Updating for event builder
Browse files Browse the repository at this point in the history
  • Loading branch information
aliabbasrizvi committed Mar 29, 2018
1 parent eddc54a commit 0a9bd6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions optimizely/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2016-2017, Optimizely
# Copyright 2016-2018, Optimizely
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
Expand All @@ -11,5 +11,5 @@
# See the License for the specific language governing permissions and
# limitations under the License.

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

0 comments on commit 0a9bd6e

Please sign in to comment.