Fix version.py

This commit is contained in:
JonnyWong16
2019-12-08 12:28:39 -08:00
parent 197c3a327b
commit ac63d3c3ce

View File

@@ -1,3 +1,3 @@
from __future__ import unicode_literals
PLEXPY_BRANCH = "master"
from __future__ import unicode_literals
PLEXPY_BRANCH = "master"
PLEXPY_RELEASE_VERSION = "v2.1.39"