From 716034aec4bca33ba820c47b2154c8acc1cd9f4d Mon Sep 17 00:00:00 2001 From: thegamecracks <61257169+thegamecracks@users.noreply.github.com> Date: Thu, 14 Dec 2023 23:29:59 -0500 Subject: [PATCH] docs: bump install link to v0.1.5 for hotfix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 84d3dec..84004ae 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ potential issues with the output script such as table/column renames. Assuming you have Python 3.8+ and Git, you can install this library with: ```sh -pip install git+https://github.com/thegamecracks/sqlitediff@v0.1.3 +pip install git+https://github.com/thegamecracks/sqlitediff@v0.1.5 ``` After installation, the command-line interface can be used with `sqlitediff`