Skip to content

Commit

Permalink
Merge pull request #46 from Sharpeye90/bump
Browse files Browse the repository at this point in the history
c2client: bump version
  • Loading branch information
Sharpeye90 authored Nov 6, 2024
2 parents 77cfcbf + b5cbd4d commit 4013628
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion c2client/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.22"
__version__ = "0.23"
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ def get_description():


install_requires = [
"boto3 @ git+https://github.com/C2Devel/boto3.git@develop#egg=boto3",
"botocore @ git+https://github.com/C2Devel/botocore.git@develop#egg=botocore",
"boto3",
"botocore",
"inflection==0.3.1",
]

Expand Down

0 comments on commit 4013628

Please sign in to comment.