Skip to content

Commit

Permalink
Release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lorencarvalho committed Apr 27, 2021
1 parent 6851f96 commit 74bedeb
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 = 0.4.0
version = 0.5.0
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__ = "0.4.0"
__version__ = "0.5.0"


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

0 comments on commit 74bedeb

Please sign in to comment.