From 91e886027df3e86b2bb6ef1a7d924ccdbd223857 Mon Sep 17 00:00:00 2001 From: Brendan Dahl Date: Sun, 26 Jun 2022 17:38:22 +0000 Subject: [PATCH] chore: bumping version to 1.6.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b8f9aff..1e5ceaf 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ # Get the long description from the README file LONG_DESCRIPTION = (here / "README.md").read_text(encoding="utf-8") -VERSION = "1.6.0" +VERSION = "1.6.1" # Setting up setup(