Skip to content

Commit 1aea3e3

Browse files
committed
bump
1 parent c6c2311 commit 1aea3e3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

execnb/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.13"
1+
__version__ = "0.1.14"

settings.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ user = AnswerDotAI
99
author = Jeremy Howard
1010
author_email = [email protected]
1111
branch = main
12-
version = 0.1.13
12+
version = 0.1.14
1313
min_python = 3.7
1414
requirements = fastcore>=1.5.5 ipython
1515
dev_requirements = matplotlib Pillow mistletoe
@@ -41,4 +41,5 @@ clear_all = False
4141
put_version_in_init = True
4242
cell_number = False
4343
skip_procs =
44+
update_pyproject = True
4445

0 commit comments

Comments
 (0)