diff --git a/setup.py b/setup.py index 12d0c7b..1a94cd4 100644 --- a/setup.py +++ b/setup.py @@ -5,10 +5,10 @@ setup( name="commits2pdf", - version="1.1.11", + version="1.1.12", author="Tomas Vana", url="https://github.com/tomasvana10/commits2pdf", - description="View a filtered commit history in PDF form.", + description="Convert Git commits to a PDF", long_description=LONG_DESCRIPTION, long_description_content_type="text/markdown", packages=find_packages(),