diff --git a/setup.cfg b/setup.cfg index be7e062..e15f061 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = pydlfmt -version = v0.0.11 +version = v0.0.12 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 1581696..68e4f50 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ name="pydlfmt", # package_dir={"": ""}, packages=["pydlfmt"], - version="v0.0.11", # Ideally should be same as your GitHub release tag version + version="v0.0.12", # 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",