We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fdb4cc commit c04d0f6Copy full SHA for c04d0f6
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = obs_client
3
-version = 2.0.0
+version = 2.0.1
4
author = totalus
5
description = Universal Object Storage Client
6
long_description = Universal Object Storage Client that supports multiple object storage backend through a single API
src/__main__.py
@@ -10,7 +10,7 @@
10
from .S3Client import *
11
12
13
-CLI_VERSION = 0.2
+CLI_VERSION = 0.3
14
15
parser = argparse.ArgumentParser(
16
prog="obs_client",
0 commit comments