From 81f60c53f83e0043683edd3f32c3657ce6c0731a Mon Sep 17 00:00:00 2001 From: Mitchel Cabuloy Date: Sat, 30 Jul 2022 21:09:10 +0800 Subject: [PATCH] Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0eab3a6..33e7767 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "DSLR" -version = "0.1.0" +version = "0.1.1" description = "Take lightning fast snapshots of your local Postgres databases." authors = ["Mitchel Cabuloy "] license = "MIT"