Skip to content

Commit

Permalink
chore(release): Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
aliabbasrizvi authored Jun 11, 2020
1 parent 4145598 commit fdbc5ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion optimizely/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
# See the License for the specific language governing permissions and
# limitations under the License.

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

0 comments on commit fdbc5ea

Please sign in to comment.