diff --git a/setup.py b/setup.py index ac82f78..6314ee1 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ def read(fname): description="pytest sqlalchemy plugin for mock", long_description=read("README.md"), long_description_content_type="text/markdown", - version="0.1.3", + version="0.1.4", author="Resul Yurttakalan", author_email="resulyrt93@gmail.com", url="https://github.com/resulyrt93/pytest-sqlalchemy-mock",