From 5d8a05a0243e33f7e5b7881c6e00784c5f4bdb1e Mon Sep 17 00:00:00 2001 From: Thomas Schmidt Date: Sat, 30 Dec 2023 10:35:24 +0100 Subject: [PATCH] Bumped version to 0.4.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a1212cf..d1acbf4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "sql-mock" -version = "0.3.1" +version = "0.4.0" description = "Simplify the testing of SQL data models and queries by allowing users to mock input data and create tests for various scenarios. It provides a consistent and convenient way to test the execution of your query without the need to process a massive amount of data." repository = "https://github.com/DeepLcom/sql-mock" readme = "README.md"