Bump version to 4.4.0a8

This commit is contained in:
Ivan Kravets
2020-08-13 18:30:33 +03:00
parent 64ff6a0ff5
commit 26fdd0a62c

View File

@ -12,7 +12,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.
VERSION = (4, 4, "0a7")
import sys
VERSION = (4, 4, "0a8")
__version__ = ".".join([str(s) for s in VERSION])
__title__ = "platformio"