File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11CHANGELOG
22-------------
3+ ## 0.1.1
4+
5+ * Fix a problem where variables wouldn't persist between cells (#19 )
6+
37## 0.1.0
48
59* Fix a problem with cells that contains multiply commands (#15 )
Original file line number Diff line number Diff line change 11"""A powershell kernel for Jupyter"""
2- __version__ = '0.1.0 '
2+ __version__ = '0.1.1 '
Original file line number Diff line number Diff line change 1111from powershell_kernel import subprocess_repl , powershell_proxy
1212from powershell_kernel .util import get_powershell
1313
14- __version__ = '0.1.0 '
14+ __version__ = '0.1.1 '
1515
1616version_pat = re .compile (r'version (\d+(\.\d+)+)' )
1717
Original file line number Diff line number Diff line change 22setup (
33 name = 'powershell_kernel' ,
44 packages = ['powershell_kernel' ],
5- version = '0.1.0 ' ,
5+ version = '0.1.1 ' ,
66 description = 'PowerShell language kernel for Jupyter' ,
77 author = 'Sergei Vorobev' ,
88 author_email = '[email protected] ' ,
You can’t perform that action at this time.
0 commit comments