Skip to content

Commit

Permalink
export make_importable
Browse files Browse the repository at this point in the history
  • Loading branch information
Eben60 committed Nov 2, 2024
1 parent a956b83 commit b1010fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "ShareAdd"
uuid = "27c01619-3163-4fe3-a204-36d38c32eb7d"
authors = ["Eben60"]
version = "0.2.0"
version = "0.2.1"

[deps]
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Expand Down
2 changes: 1 addition & 1 deletion src/ShareAdd.jl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ include("environments.jl")
# include("temporary_envs.jl")

export @usingany
export delete_shared_env, delete_shared_pkg, list_shared_envs, list_shared_pkgs, reset_loadpath!, sh_add, update_shared
export delete_shared_env, delete_shared_pkg, list_shared_envs, list_shared_pkgs, reset_loadpath!, sh_add, update_shared, make_importable

if VERSION >= v"1.11.0-DEV.469"
include("public.julia")
Expand Down

0 comments on commit b1010fd

Please sign in to comment.