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 276890b commit 30c36b3Copy full SHA for 30c36b3
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = obs_client
3
-version = 2.0.4
+version = 2.0.5
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
@@ -8,8 +8,8 @@
8
from .S3Client import *
9
10
11
-CLI_VERSION = "0.5"
12
-LIB_VERSION = "2.0.4" # Sync with version in setup.cfg
+CLI_VERSION = "0.6"
+LIB_VERSION = "2.0.5" # Sync with version in setup.cfg
13
14
parser = argparse.ArgumentParser(
15
prog="obs_client",
0 commit comments