Bump to 6.0.0 beta2

This commit is contained in:
Adam Turner 2022-10-17 22:40:11 +01:00
parent 920828fe35
commit 4c2a82305c

View File

@ -34,7 +34,7 @@ version_info = (6, 0, 0, 'beta', 2)
package_dir = path.abspath(path.dirname(__file__)) package_dir = path.abspath(path.dirname(__file__))
_in_development = True _in_development = False
if _in_development: if _in_development:
# Only import subprocess if needed # Only import subprocess if needed
import subprocess import subprocess