diff --git a/boursobank.py b/boursobank.py index 1048f62..4fd6579 100644 --- a/boursobank.py +++ b/boursobank.py @@ -11,7 +11,7 @@ from rich.table import Table from rich import print as rich_print from rich.panel import Panel -__version__ = "0.1" +__version__ = "0.1.1" DATE_RE = r"([0-9]{1,2}/[0-9]{2}/[0-9]{2,4})" diff --git a/pyproject.toml b/pyproject.toml index 06708e9..d7aabbb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,6 +7,7 @@ name = "boursobank" authors = [{name = "Julien Palard", email = "julien@palard.fr"}] license = {file = "LICENSE"} classifiers = ["License :: OSI Approved :: MIT License"] +readme = "README.md" dynamic = ["version", "description"] dependencies = [ "pypdf",