From d7e3c91d5deb2074b6e8c4b02306274d7729367d Mon Sep 17 00:00:00 2001 From: Jim Steil Date: Fri, 17 May 2024 13:03:11 -0500 Subject: [PATCH] increment version to .12 --- setup.cfg | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",