diff --git a/starlib.go b/starlib.go index 10571a1..bb8ca71 100644 --- a/starlib.go +++ b/starlib.go @@ -21,7 +21,7 @@ import ( ) // Version is the current semver for the entire starlib library -const Version = "0.4.1" +const Version = "0.4.3" // Loader presents the starlib library as a loader func Loader(thread *starlark.Thread, module string) (dict starlark.StringDict, err error) {