Skip to content

Commit f89ecc9

Browse files
committed
bump
1 parent 213c2c3 commit f89ecc9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

‎nbdev/__init__.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "2.3.33"
1+
__version__ = "2.3.34"
22

33
from .doclinks import nbdev_export
44
from .showdoc import show_doc

‎nbdev/_modidx.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
d = { 'settings': { 'branch': 'master',
44
'doc_baseurl': '/',
55
'doc_host': 'https://nbdev.fast.ai',
6-
'git_url': 'https://github.com/fastai/nbdev',
6+
'git_url': 'https://github.com/AnswerDotAI/nbdev',
77
'lib_path': 'nbdev'},
88
'syms': { 'nbdev.clean': { 'nbdev.clean._add_jupyter_hooks': ('api/clean.html#_add_jupyter_hooks', 'nbdev/clean.py'),
99
'nbdev.clean._clean_cell': ('api/clean.html#_clean_cell', 'nbdev/clean.py'),

‎settings.ini‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ author = Jeremy Howard and Hamel Husain
99
author_email = j@fast.ai
1010
branch = master
1111
min_python = 3.7
12-
version = 2.3.33
12+
version = 2.3.34
1313
audience = Developers
1414
language = English
1515
custom_sidebar = True

0 commit comments

Comments
 (0)