Skip to content

Commit b0cafd3

Browse files
committed
release
1 parent de6b46f commit b0cafd3

File tree

3 files changed

+22
-25
lines changed

3 files changed

+22
-25
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.0.2
6+
7+
8+
9+
510
## 0.0.1
611

712

contextpack/__init__.py

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

33
from .core import ctx_docker , ctx_fastcore , ctx_nbclassic_server , ctx_fasthtml , ctx_claudette , ctx_fastlite_sqlutils
44

settings.ini

Lines changed: 16 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,38 @@
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 = contextpack
7-
lib_name = %(repo)s
8-
version = 0.0.1
3+
lib_name = contextpack
4+
version = 0.0.2
95
min_python = 3.7
106
license = apache2
117
black_formatting = False
12-
13-
### nbdev ###
148
doc_path = _docs
159
lib_path = contextpack
1610
nbs_path = nbs
1711
recursive = True
1812
tst_flags = notest
1913
put_version_in_init = True
20-
21-
### Docs ###
2214
branch = main
2315
custom_sidebar = False
24-
doc_host = https://%(user)s.github.io
25-
doc_baseurl = /%(repo)s
26-
git_url = https://github.com/%(user)s/%(repo)s
27-
title = %(lib_name)s
28-
29-
### PyPI ###
16+
doc_host = https://AnswerDotAI.github.io
17+
doc_baseurl = /contextpack
18+
git_url = https://github.com/AnswerDotAI/contextpack
19+
title = contextpack
3020
audience = Developers
3121
author = Alexis Gallagher
3222
author_email = alexis@alexisgallagher.com
33-
copyright = 2025 onwards, %(author)s
23+
copyright = 2025 onwards, Alexis Gallagher
3424
description = Collection of predefined contexts for helping your LLM
3525
keywords = nbdev jupyter notebook python
3626
language = English
3727
status = 3
3828
user = AnswerDotAI
39-
40-
### Optional ###
4129
requirements = fastcore contextkit
42-
# requirements = fastcore pandas
43-
# dev_requirements =
44-
# console_scripts =
45-
# conda_user =
46-
# package_data =
30+
readme_nb = index.ipynb
31+
allowed_metadata_keys =
32+
allowed_cell_metadata_keys =
33+
jupyter_hooks = False
34+
clean_ids = True
35+
clear_all = False
36+
cell_number = True
37+
skip_procs =
38+

0 commit comments

Comments
 (0)