Skip to content

Commit

Permalink
Change patch version to int from str.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Ng committed Apr 12, 2018
1 parent 446fc87 commit 5c3770b
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 = (2, 0, '0')
version_info = (2, 0, 0)
__version__ = '.'.join(str(v) for v in version_info)

0 comments on commit 5c3770b

Please sign in to comment.