From 2b4dd2237033ae627949cb208d341b2aa27b3826 Mon Sep 17 00:00:00 2001 From: jingeli Date: Sat, 20 Jan 2024 10:40:53 -0600 Subject: [PATCH] PPF-456: remove demo gif from docs --- PyPDFForm/__init__.py | 2 +- docs/index.md | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/PyPDFForm/__init__.py b/PyPDFForm/__init__.py index bc407aed..1f8262f0 100644 --- a/PyPDFForm/__init__.py +++ b/PyPDFForm/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- """Contains any object users might need.""" -__version__ = "1.4.3" +__version__ = "1.4.4" from .wrapper import PdfWrapper, PyPDFForm diff --git a/docs/index.md b/docs/index.md index 08ebc56e..74ebee97 100644 --- a/docs/index.md +++ b/docs/index.md @@ -9,8 +9,6 @@ functionalities needed to interact with PDF forms: It also supports other common utilities such as extracting pages and merging multiple PDFs together. -![Check out the GitHub repository for a live demo if you can't see it here.](https://github.com/chinapandaman/PyPDFForm/raw/master/demo.gif) - ## User Guide * [Installation and setup](install.md)