Skip to content

Commit 0b3fbd0

Browse files
committed
bump
1 parent f32b8e8 commit 0b3fbd0

File tree

3 files changed

+20
-23
lines changed

3 files changed

+20
-23
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
<!-- do not remove -->
44

5+
## 0.1.1
6+
7+
8+
9+
510

611

712
## 0.1.1

markdown_merge/__init__.py

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

settings.ini

Lines changed: 14 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,39 @@
11
[DEFAULT]
2-
# All sections below are required unless otherwise specified.
3-
# See https://github.com/AnswerDotAI/nbdev/blob/main/settings.ini for examples.
4-
5-
### Python library ###
62
repo = markdown_merge
7-
lib_name = %(repo)s
8-
version = 0.1.1
3+
lib_name = markdown_merge
4+
version = 0.1.2
95
min_python = 3.10
106
license = apache2
117
black_formatting = False
128
requirements = fastcore markdown
13-
14-
### nbdev ###
159
doc_path = _docs
1610
lib_path = markdown_merge
1711
nbs_path = nbs
1812
recursive = True
1913
tst_flags = notest
2014
put_version_in_init = True
2115
update_pyproject = True
22-
23-
### Docs ###
2416
branch = master
2517
custom_sidebar = False
26-
doc_host = https://%(user)s.github.io
27-
doc_baseurl = /%(repo)s
28-
git_url = https://github.com/%(user)s/%(repo)s
29-
title = %(lib_name)s
30-
31-
### PyPI ###
18+
doc_host = https://AnswerDotAI.github.io
19+
doc_baseurl = /markdown_merge
20+
git_url = https://github.com/AnswerDotAI/markdown_merge
21+
title = markdown_merge
3222
audience = Developers
3323
author = Jeremy Howard
3424
author_email = [email protected]
35-
copyright = 2025 onwards, %(author)s
25+
copyright = 2025 onwards, Jeremy Howard
3626
description = Send email using markdown
3727
keywords = email mail markdown template
3828
language = English
3929
status = 3
4030
user = AnswerDotAI
4131
cell_number = False
32+
readme_nb = index.ipynb
33+
allowed_metadata_keys =
34+
allowed_cell_metadata_keys =
35+
jupyter_hooks = False
36+
clean_ids = True
37+
clear_all = False
38+
skip_procs =
4239

43-
### Optional ###
44-
# dev_requirements =
45-
# console_scripts =
46-
# conda_user =
47-
# package_data =

0 commit comments

Comments
 (0)