Skip to content

Commit 8095606

Browse files
committed
bump version to 1.0.0
1 parent d3b92e7 commit 8095606

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

pdfkit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"""
55

66
__author__ = 'Golovanov Stanislav'
7-
__version__ = '0.6.1'
7+
__version__ = '1.0.0'
88
__license__ = 'MIT'
99

1010
from .pdfkit import PDFKit

setup.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,12 @@ def long_description():
4343
'Programming Language :: Python :: 2.7',
4444
'Programming Language :: Python :: 3.2',
4545
'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',
4652
'Topic :: Text Processing',
4753
'Topic :: Text Processing :: General',
4854
'Topic :: Text Processing :: Markup',

0 commit comments

Comments
 (0)