diff --git a/pyproject.toml b/pyproject.toml index 8bb9365..35b83e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta' [project] name = 'beangulp' -version = '0.1.0' +version = '0.1.1' license = { file = 'LICENSE' } description = 'Importers Framework for Beancount' readme = 'README.rst' @@ -23,6 +23,8 @@ classifiers = [ 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', + 'Programming Language :: Python :: 3.11', + 'Programming Language :: Python :: 3.12', 'Topic :: Office/Business :: Financial :: Accounting', 'Topic :: Text Processing :: General', ] @@ -36,8 +38,8 @@ dependencies = [ ] [project.urls] -homepage = 'https://github.com/beancount/beanquery' -issues = 'https://github.com/beancount/beanquery/issues' +homepage = 'https://github.com/beancount/beangulp' +issues = 'https://github.com/beancount/beangulp/issues' [tool.setuptools.packages] find = {}