Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
donno2048 authored Aug 2, 2021
1 parent 28bb614 commit 4ab7def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ref/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from sys import modules as __modules
import importlib
_ProtectFiles, _ProtectDirs, _LockPerms, _Silent = range(4)
__version__, __file__, __protectfiles, __silent, __oldopen = "1.2.2", None, None, None, open
__version__, __file__, __protectfiles, __silent, __oldopen = "1.2.3", None, None, None, open
__restrict = {
"os": ["system", "popen", "kill", "spawn", "execl", "execle", "execlp", "execlpe", "execv", "execve", "execvp", "execvpe", "killpg", "fork", "forkpty", "plock", "popen2", "popen3"],
"subprocess": ["run", "check_output", "call", "Popen", "check_call", "getstatusoutput", "getoutput"],
Expand Down

0 comments on commit 4ab7def

Please sign in to comment.