Skip to content

Commit

Permalink
Bump version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergei Vorobev committed Sep 19, 2019
1 parent d825f04 commit 261bcd5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion powershell_kernel/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""A powershell kernel for Jupyter"""
__version__ = '0.0.7'
__version__ = '0.1.0'
2 changes: 1 addition & 1 deletion powershell_kernel/kernel.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from powershell_kernel import subprocess_repl, powershell_proxy
from powershell_kernel.util import get_powershell

__version__ = '0.0.7'
__version__ = '0.1.0'

version_pat = re.compile(r'version (\d+(\.\d+)+)')

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
setup(
name = 'powershell_kernel',
packages = ['powershell_kernel'],
version = '0.0.7',
version = '0.1.0',
description = 'PowerShell language kernel for Jupyter',
author = 'Sergei Vorobev',
author_email = '[email protected]',
Expand Down

0 comments on commit 261bcd5

Please sign in to comment.