We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3b92e7 commit 8095606Copy full SHA for 8095606
2 files changed
pdfkit/__init__.py
@@ -4,7 +4,7 @@
4
"""
5
6
__author__ = 'Golovanov Stanislav'
7
-__version__ = '0.6.1'
+__version__ = '1.0.0'
8
__license__ = 'MIT'
9
10
from .pdfkit import PDFKit
setup.py
@@ -43,6 +43,12 @@ def long_description():
43
'Programming Language :: Python :: 2.7',
44
'Programming Language :: Python :: 3.2',
45
'Programming Language :: Python :: 3.3',
46
+ 'Programming Language :: Python :: 3.4',
47
+ 'Programming Language :: Python :: 3.5',
48
+ 'Programming Language :: Python :: 3.6',
49
+ 'Programming Language :: Python :: 3.7',
50
+ 'Programming Language :: Python :: 3.8',
51
+ 'Programming Language :: Python :: 3.9',
52
'Topic :: Text Processing',
53
'Topic :: Text Processing :: General',
54
'Topic :: Text Processing :: Markup',
0 commit comments