From 77732caf752a078488e9fbf1d3adcdb86f0742de Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 11 Mar 2021 18:22:32 +0000 Subject: [PATCH] 1.6.1 Automatically generated by python-semantic-release --- file_catalog/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/file_catalog/__init__.py b/file_catalog/__init__.py index f12a18e..bc9648d 100644 --- a/file_catalog/__init__.py +++ b/file_catalog/__init__.py @@ -9,5 +9,5 @@ # is zero for an official release, positive for a development branch, # or negative for a release candidate or beta (after the base version # number has been incremented) -__version__ = "1.6.0" +__version__ = "1.6.1" version_info = (1, 6, 0, 0)