This commit is contained in:
Thomas Leichtfuß
2020-09-06 00:25:15 +02:00
parent 0a92099b80
commit 0e381ebcf7
+1 -1
View File
@@ -1,4 +1,4 @@
VERSION = (0, 1)
VERSION = (1, 0)
__version__ = ".".join(map(str, VERSION))