Fix formatting of version to please the formatting CI (#5279)

This commit is contained in:
Serene 2024-06-02 14:48:50 +10:00 committed by GitHub
commit 4c334ef9e7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,7 +17,7 @@ from sys import stderr
import confuse
__version__ = '2.0.0'
__version__ = "2.0.0"
__author__ = "Adrian Sampson <adrian@radbox.org>"