Skip to content

Commit

Permalink
Bumped the package version to 0.3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
oussjarrousse committed Apr 26, 2024
1 parent 1eb20b6 commit fbde3bb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@ dist

#pypi
.pypirc

*.ignore
1 change: 1 addition & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ addopts =
markers =
API: tests of server api functions whether it is exposed as REST API or otherwise
UNIT: Unit tests
FUNC: Functional tests
REGRESSION: tests for previous bugs
4 changes: 2 additions & 2 deletions pytest_minio_mock/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@

__title__ = "pytest-minio-mock"
__description__ = "A pytest plugin for mocking Minio S3 interactions"
__version__ = "0.2.11"
__version__ = "0.3.13"
__status__ = "Production"
__license__ = "MIT"
__author__ = "Oussama Jarrousse"
__maintainer__ = "Oussama Jarrousse"
__email__ = "[email protected]"
__credits__ = ["Gustavo Satheler", "@cottephi"]
__credits__ = ["Gustavo Satheler", "@cottephi"]
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.2.11",
version="0.3.13",
long_description_content_type="text/markdown",
classifiers=[
"Framework :: Pytest",
Expand Down

0 comments on commit fbde3bb

Please sign in to comment.