Skip to content

Commit 3a311df

Browse files
committed
Prepare 0.4.2 release
1 parent 26aa28a commit 3a311df

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

setup.cfg

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
name = invoice2data
33
author = Manuel Riel
44
description = Python parser to extract data from pdf invoice
5-
version = 0.4.0
5+
version = 0.4.2
66
url = https://github.com/invoice-x/invoice2data
77
keywords =
88
pdf
99
invoicing
1010
# List of classifiers: https://pypi.org/pypi?%3Aaction=list_classifiers
1111
classifiers =
12-
Development Status :: 4 - Beta
12+
Development Status :: 5 - Production/Stable
1313
Environment :: MacOS X
1414
Environment :: Console
1515
Environment :: Win32 (MS Windows)
@@ -18,10 +18,11 @@ classifiers =
1818
Operating System :: Unix
1919
Operating System :: Microsoft :: Windows
2020
License :: OSI Approved :: MIT License
21-
Programming Language :: Python :: 2.7
22-
Programming Language :: Python :: 3.6
2321
Programming Language :: Python :: 3.7
2422
Programming Language :: Python :: 3.8
23+
Programming Language :: Python :: 3.9
24+
Programming Language :: Python :: 3.10
25+
Programming Language :: Python :: 3.11
2526
Topic :: Office/Business :: Financial
2627
Topic :: Office/Business :: Financial :: Accounting
2728
long_description = file: README.md

0 commit comments

Comments
 (0)