From b4c546b3d3f17b994f7b641b4e5c10f1abf11c68 Mon Sep 17 00:00:00 2001 From: Ryan Rowe Date: Fri, 12 Jun 2020 16:02:25 -0700 Subject: [PATCH] setup.cfg: bump v1.0.1 --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 5d23dc4..60c73e4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,7 @@ [metadata] name=argexec description=Expose your Python functions to the command line with one easy step! -version=1.0.0 +version=1.0.1 url=https://github.com/XevoInc/argexec long_description=file: README.md, long_description_content_type=text/markdown @@ -38,4 +38,4 @@ dev = [flake8] ignore = F401, F403 -max-line-length = 120 \ No newline at end of file +max-line-length = 120