Skip to content

Commit

Permalink
Update VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
u8sand committed Oct 19, 2023
1 parent 8916b21 commit bee3f25
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion appyter/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.19.21
0.19.22-rc.10
1 change: 0 additions & 1 deletion appyter/render/nbexecute.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ async def nbexecute_async(ipynb='', emit=json_emitter_factory(sys.stdout), cwd='
async with client.async_setup_kernel(
env=dict(
{ k: v for k, v in os.environ.items() if not k.startswith('APPYTER_') },
PYTHONUTF8='1',
PYTHONPATH=':'.join(sys.path),
),
):
Expand Down

0 comments on commit bee3f25

Please sign in to comment.