From c724699850eb43c00e39c57bc8d375913ce81f5f Mon Sep 17 00:00:00 2001 From: Usama Sadiq Date: Tue, 23 Jan 2024 12:24:11 +0500 Subject: [PATCH] docs: bump package version --- google_drive/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/google_drive/__init__.py b/google_drive/__init__.py index 8991cc0..6010928 100644 --- a/google_drive/__init__.py +++ b/google_drive/__init__.py @@ -4,4 +4,4 @@ from .google_docs import GoogleDocumentBlock from .google_calendar import GoogleCalendarBlock -__version__ = '0.6.0' +__version__ = '0.6.1'