diff --git a/pyproject.toml b/pyproject.toml index b4cd5d5..eb41d1d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "ofx-processor" -version = "0.5.7" +version = "1.0.0" description = "Personal ofx processor" readme = "README.md" license = "GPL-3.0-or-later" authors = ["Gabriel Augendre "] classifiers = [ - "Development Status :: 3 - Alpha", + "Development Status :: 5 - Production/Stable", "Environment :: Console", "Intended Audience :: End Users/Desktop", "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",