EmbedPy Version addition and sys.argv logic change
- Invocation of the function
.p.versionfrom a release will now provide a user with the version of embedPy being used sys.argvwill now have a guaranteed initialisation withq)p)import sys;print(sys.argv)returning['']This had not been guaranteed with certain versions of python