From 0fc5254a099ee55df72e371e3ea52cb68bdcf319 Mon Sep 17 00:00:00 2001 From: eli fessler Date: Thu, 7 Aug 2025 06:35:45 +0900 Subject: [PATCH] bump version number --- s3s.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/s3s.py b/s3s.py index f257b8a..0d24d1f 100644 --- a/s3s.py +++ b/s3s.py @@ -11,7 +11,7 @@ import requests, msgpack from packaging import version import iksm, utils -A_VERSION = "0.6.7" +A_VERSION = "0.7.0" DEBUG = False