Skip to content

Commit

Permalink
Merge pull request #292 from chinapandaman/PPF-291
Browse files Browse the repository at this point in the history
PPF-291: boilerplate for vim
  • Loading branch information
chinapandaman authored Dec 21, 2022
2 parents f7a99db + 48ba26a commit 554161c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ venv/
venv-linux/
htmlcov/
.coverage
test.py
*.swp
2 changes: 1 addition & 1 deletion PyPDFForm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
PyPDFForm = Wrapper
PyPDFForm2 = WrapperV2

__version__ = "1.1.1"
__version__ = "1.1.2"

0 comments on commit 554161c

Please sign in to comment.