From fced3c968c45b5bc697894c621c207ab0f50b86a Mon Sep 17 00:00:00 2001 From: Loren Carvalho Date: Tue, 27 Apr 2021 11:04:56 -0500 Subject: [PATCH] Release 0.5.1 --- setup.cfg | 2 +- src/shiv/cli.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 4799a0c..d7fb141 100644 --- a/setup.cfg +++ b/setup.cfg @@ -24,7 +24,7 @@ sections = FUTURE,STDLIB,THIRDPARTY,FIRSTPARTY,LOCALFOLDER [metadata] name = shiv -version = 0.5.0 +version = 0.5.1 description = A command line utility for building fully self contained Python zipapps. long_description = file: README.md long_description_content_type = text/markdown diff --git a/src/shiv/cli.py b/src/shiv/cli.py index 1f4dca9..d165895 100644 --- a/src/shiv/cli.py +++ b/src/shiv/cli.py @@ -26,7 +26,7 @@ SOURCE_DATE_EPOCH_ENV, ) -__version__ = "0.5.0" +__version__ = "0.5.1" def find_entry_point(site_packages_dirs: List[Path], console_script: str) -> str: