From 4e191804030a0392a6db0416159a95a5dce18853 Mon Sep 17 00:00:00 2001 From: Dhanush Kovi <99819848+dkvc@users.noreply.github.com> Date: Tue, 28 Feb 2023 06:36:44 +0000 Subject: [PATCH] feat: Bump version to 2.0.5 --- src/gpkgstatus/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gpkgstatus/__init__.py b/src/gpkgstatus/__init__.py index 0cae80e..3b1c860 100644 --- a/src/gpkgstatus/__init__.py +++ b/src/gpkgstatus/__init__.py @@ -8,4 +8,4 @@ Attributes: __version__: Contains version of program """ -__version__ = "2.0.4" +__version__ = "2.0.5"