Skip to content

Commit

Permalink
Release sos notebook 0.19.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Bo Peng committed May 21, 2019
1 parent ed2dea5 commit 25aa4ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
package_dir={'': 'src'},
python_requires='>=3.6',
install_requires=[
'sos>=0.19.10',
'sos>=0.19.11',
'nbformat',
'nbconvert>=5.1.1',
'ipython',
Expand Down
2 changes: 1 addition & 1 deletion src/sos_notebook/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# version of the SoS language
__sos_version__ = '1.0'
# version of the sos command
__version__ = '0.19.8'
__version__ = '0.19.9'
__py_version__ = '{}.{}.{}'.format(_py_ver.major, _py_ver.minor, _py_ver.micro)

#
Expand Down

0 comments on commit 25aa4ea

Please sign in to comment.