diff --git a/setup.cfg b/setup.cfg index a980c67..89622b5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = pydlfmt -version = v0.0.7 +version = v0.0.8 author = Jim Steil author_email = jim@steilonline.com description = Quickly format lists of data as PDF or Excel diff --git a/setup.py b/setup.py index 8566589..1db456d 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ name="pydlfmt", # package_dir={"": ""}, packages=["pydlfmt"], - version="v0.0.7", # Ideally should be same as your GitHub release tag version + version="v0.0.8", # Ideally should be same as your GitHub release tag version description="pydlfmt will take a list of objects, dicts, etc and output them to a PDF or XLSX", author="Jim Steil", author_email="jim@steilonline.com",