change version to 0.0.1 to test packaging

This commit is contained in:
Micah Lee 2020-02-21 16:29:00 -08:00
parent b21eb914c9
commit 163f482fd1
No known key found for this signature in database
GPG key ID: 403C2657CD994F73

View file

@ -15,7 +15,7 @@ from .docker_installer import (
DockerInstaller, DockerInstaller,
) )
dangerzone_version = "0.1.0" dangerzone_version = "0.0.1"
class Application(QtWidgets.QApplication): class Application(QtWidgets.QApplication):