Skip to content

Commit fadf38b

Browse files
committed
update version in init
1 parent eba933f commit fadf38b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pdfkit/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@
44
"""
55

66
__author__ = 'Golovanov Stanislav'
7-
__version__ = '0.3.0'
7+
__version__ = '0.4.0'
88
__license__ = 'MIT'
99

1010
from .pdfkit import PDFKit
1111
from .api import from_url, from_file, from_string
1212
from .configuration import Configuration
13-

0 commit comments

Comments
 (0)