Skip to content

Commit 30c36b3

Browse files
committed
Update CLI and LIB versions
1 parent 276890b commit 30c36b3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = obs_client
3-
version = 2.0.4
3+
version = 2.0.5
44
author = totalus
55
description = Universal Object Storage Client
66
long_description = Universal Object Storage Client that supports multiple object storage backend through a single API

src/__main__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
from .S3Client import *
99

1010

11-
CLI_VERSION = "0.5"
12-
LIB_VERSION = "2.0.4" # Sync with version in setup.cfg
11+
CLI_VERSION = "0.6"
12+
LIB_VERSION = "2.0.5" # Sync with version in setup.cfg
1313

1414
parser = argparse.ArgumentParser(
1515
prog="obs_client",

0 commit comments

Comments
 (0)