Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
oussjarrousse committed Apr 26, 2024
1 parent 265b67b commit 11d533d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.3.13"
__version__ = "0.4.13"
__status__ = "Production"
__license__ = "MIT"
__author__ = "Oussama Jarrousse"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
long_description=open("README.md").read(),
keywords="pytest minio mock",
extras_require={"dev": ["pre-commit", "tox"]},
version="0.3.13",
version="0.4.13",
long_description_content_type="text/markdown",
classifiers=[
"Framework :: Pytest",
Expand Down

0 comments on commit 11d533d

Please sign in to comment.