Skip to content

Commit 554161c

Browse files
Merge pull request #292 from chinapandaman/PPF-291
PPF-291: boilerplate for vim
2 parents f7a99db + 48ba26a commit 554161c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ venv/
55
venv-linux/
66
htmlcov/
77
.coverage
8+
test.py
9+
*.swp

PyPDFForm/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
PyPDFForm = Wrapper
88
PyPDFForm2 = WrapperV2
99

10-
__version__ = "1.1.1"
10+
__version__ = "1.1.2"

0 commit comments

Comments
 (0)