Skip to content

Commit

Permalink
Release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lorencarvalho committed Sep 13, 2022
1 parent 26b23af commit 9ba4f6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ sections = FUTURE,STDLIB,THIRDPARTY,FIRSTPARTY,LOCALFOLDER

[metadata]
name = shiv
version = 1.0.1
version = 1.0.2
description = A command line utility for building fully self contained Python zipapps.
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down
2 changes: 1 addition & 1 deletion src/shiv/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
SOURCE_DATE_EPOCH_ENV,
)

__version__ = "1.0.1"
__version__ = "1.0.2"


def find_entry_point(site_packages_dirs: List[Path], console_script: str) -> str:
Expand Down

0 comments on commit 9ba4f6a

Please sign in to comment.