-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #25 from shiroinekotfs/1.0.0a6.hotfix
Update version 1.0.0a7
- Loading branch information
Showing
3 changed files
with
7 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[metadata] | ||
description-file = README.md | ||
name = jupyter-cpp-kernel | ||
version = 1.0.0a6 | ||
version = 1.0.0a7 | ||
author = shiroinekotfs (ft. Brendan Rius) | ||
author_email = [email protected] | ||
description = C++ kernel for Jupyter. Easily adopt and deploy for testing environment. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
from setuptools import setup | ||
|
||
setup(name='jupyter-cpp-kernel', | ||
version='1.0.0a6', | ||
version='1.0.0a7', | ||
description='C++ 14 kernel for Jupyter', | ||
author='shiroinekotfs', | ||
author_email='[email protected]', | ||
|