diff --git a/setup.cfg b/setup.cfg index 0f63744..ea5e570 100644 --- a/setup.cfg +++ b/setup.cfg @@ -24,7 +24,7 @@ sections = FUTURE,STDLIB,THIRDPARTY,FIRSTPARTY,LOCALFOLDER [metadata] name = shiv -version = 1.0.0 +version = 1.0.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 ba943ee..e461feb 100644 --- a/src/shiv/cli.py +++ b/src/shiv/cli.py @@ -26,7 +26,7 @@ SOURCE_DATE_EPOCH_ENV, ) -__version__ = "1.0.0" +__version__ = "1.0.1" def find_entry_point(site_packages_dirs: List[Path], console_script: str) -> str: