Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b308a2d

Browse files
committed
Fixing version
1 parent 8e88515 commit b308a2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

optimizely/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
# See the License for the specific language governing permissions and
1212
# limitations under the License.
1313

14-
version_info = (3, 5, 0)
14+
version_info = (3, 5, 1)
1515
__version__ = '.'.join(str(v) for v in version_info)

0 commit comments

Comments
 (0)