actually bump version string to v0.6.0

This commit is contained in:
eli 2023-12-11 14:33:29 +09:00 committed by GitHub
parent c110e2e559
commit 3f3691f756
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
s3s.py
View File

@ -11,7 +11,7 @@ import msgpack
from packaging import version
import iksm, utils
A_VERSION = "0.5.7"
A_VERSION = "0.6.0"
DEBUG = False