We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e7e945 commit 0d55097Copy full SHA for 0d55097
1 file changed
optimizely/version.py
@@ -11,5 +11,5 @@
11
# See the License for the specific language governing permissions and
12
# limitations under the License.
13
14
-version_info = (5, 5, 0)
+version_info = (5, 6, 0)
15
__version__ = '.'.join(str(v) for v in version_info)
0 commit comments