Skip to content

Commit

Permalink
Bump version to 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
aybruhm committed Aug 31, 2022
1 parent a7d7581 commit 5bfeb94
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 = "cloudinary-upload"
version = "0.0.2"
version = "0.0.3"

[options]
install_requires =
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='cloudinary-upload',
version='0.0.2',
version='0.0.3',
description='Upload a signed image to cloudinary effectively',
long_description_content_type="text/markdown",
long_description=open('README.md').read(),
Expand Down

0 comments on commit 5bfeb94

Please sign in to comment.