Skip to content

Commit

Permalink
Merge pull request #254 from uploadcare/prepare-release-4.1.1
Browse files Browse the repository at this point in the history
Prepare for release 4.1.1
  • Loading branch information
evgkirov committed Sep 4, 2023
2 parents a1f0b85 + 842f2ca commit 94474fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pyuploadcare"
version = "4.1.0"
version = "4.1.1"
description = "Python library for Uploadcare.com"
authors = ["Uploadcare Inc <hello@uploadcare.com>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion pyuploadcare/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# isort: skip_file
__version__ = "4.1.0"
__version__ = "4.1.1"

from pyuploadcare.resources.file import File # noqa: F401
from pyuploadcare.resources.file_group import FileGroup # noqa: F401
Expand Down

0 comments on commit 94474fd

Please sign in to comment.