Skip to content

Commit

Permalink
Fixing version
Browse files Browse the repository at this point in the history
  • Loading branch information
aliabbasrizvi committed Jul 10, 2020
1 parent 8e88515 commit b308a2d
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, 5, 0)
version_info = (3, 5, 1)
__version__ = '.'.join(str(v) for v in version_info)

0 comments on commit b308a2d

Please sign in to comment.