From b58cd8bd479fb3ce7777d8a883f13100b1401e4c Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 6 Oct 2021 19:13:16 +0000 Subject: [PATCH] 1.8.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 d525902..18ec24a 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.8.0" +__version__ = "1.8.1" version_info = (int(__version__.split('.')[0]), int(__version__.split('.')[1]), int(__version__.split('.')[2]), 0)