Skip to content

Commit

Permalink
don't create symlinks for patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnychen94 committed Feb 20, 2020
1 parent 05f7b5a commit 75b04bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions jill/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,7 @@ def make_symlinks(src_bin, symlink_dir, version):
link_list = [f"julia-{f_major_version(version)}"]
else:
link_list = [f"julia-{f(version)}" for f in (f_major_version,
f_minor_version,
f_patch_version)]
f_minor_version)]
link_list.append("julia")

for linkname in link_list:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

setuptools.setup(
name='jill',
version='0.6.3',
version='0.6.4',
author="Johnny Chen",
author_email="[email protected]",
description="JILL -- Julia Installer for Linux (MacOS, Windows and FreeBSD) -- Light",
Expand Down

0 comments on commit 75b04bf

Please sign in to comment.