We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c5f59e commit 30601ddCopy full SHA for 30601dd
CHANGELOG.md
@@ -2,6 +2,11 @@
2
3
<!-- do not remove -->
4
5
+## 0.1.7
6
+
7
8
9
10
## 0.1.7
11
12
### New Features
execnb/__init__.py
@@ -1 +1 @@
1
-__version__ = "0.1.7"
+__version__ = "0.1.8"
settings.ini
@@ -9,7 +9,7 @@ user = fastai
author = Jeremy Howard
author_email = [email protected]
branch = master
-version = 0.1.7
+version = 0.1.8
13
min_python = 3.7
14
requirements = fastcore>=1.5.5 ipython
15
dev_requirements = matplotlib Pillow mistletoe
0 commit comments