Making the version same as the XPC plugin

This commit is contained in:
Erasmus Cedernaes
2021-12-02 20:41:26 +01:00
parent 791f225bd2
commit 0d462ac306

View File

@@ -3,7 +3,7 @@ from setuptools import setup, find_packages
setup(
name="xplaneconnect",
version="1.0.0",
version="1.3rc6",
python_requires=">=3",
packages=find_packages("Python3/src"),
package_dir={"": "Python3/src"},