Skip to content

Commit

Permalink
bumped the packae version to 0.4.15
Browse files Browse the repository at this point in the history
  • Loading branch information
oussjarrousse committed May 26, 2024
1 parent 46227a3 commit b2b0904
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pytest_minio_mock/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

__title__ = "pytest-minio-mock"
__description__ = "A pytest plugin for mocking Minio S3 interactions"
__version__ = "0.4.14"
__version__ = "0.4.15"
__status__ = "Production"
__license__ = "MIT"
__author__ = "Oussama Jarrousse"
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
author="Oussama Jarrousse",
author_email="oussama@jarrousse.org",
description="A pytest plugin for mocking Minio S3 interactions",
long_description=open("README.md").read(),
long_description=open("README.md", encoding="utf-8").read(),
keywords="pytest minio mock",
extras_require={"dev": ["pre-commit", "tox"]},
version="0.4.14",
version="0.4.15",
long_description_content_type="text/markdown",
classifiers=[
"Framework :: Pytest",
Expand Down

0 comments on commit b2b0904

Please sign in to comment.