Skip to content

Commit

Permalink
Bumped python version.
Browse files Browse the repository at this point in the history
  • Loading branch information
alda-optimizely committed Oct 7, 2017
1 parent 89a4f96 commit c46cc16
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 = (1, 2, 1)
version_info = (1, 3, 0)
__version__ = '.'.join(str(v) for v in version_info)

0 comments on commit c46cc16

Please sign in to comment.