Skip to content

Commit

Permalink
Update version to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Totalus committed Apr 17, 2023
1 parent 4fdb4cc commit c04d0f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = obs_client
version = 2.0.0
version = 2.0.1
author = totalus
description = Universal Object Storage Client
long_description = Universal Object Storage Client that supports multiple object storage backend through a single API
Expand Down
2 changes: 1 addition & 1 deletion src/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from .S3Client import *


CLI_VERSION = 0.2
CLI_VERSION = 0.3

parser = argparse.ArgumentParser(
prog="obs_client",
Expand Down

0 comments on commit c04d0f6

Please sign in to comment.