Skip to content

Commit c04d0f6

Browse files
committed
Update version to 2.0.1
1 parent 4fdb4cc commit c04d0f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.0
3+
version = 2.0.1
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from .S3Client import *
1111

1212

13-
CLI_VERSION = 0.2
13+
CLI_VERSION = 0.3
1414

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

0 commit comments

Comments
 (0)