Skip to content

Commit 9bbacae

Browse files
committed
release
1 parent 08ac32b commit 9bbacae

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
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.4
6+
7+
8+
9+
510
## 0.0.3
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.3"
1+
__version__ = "0.0.4"
22

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

settings.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[DEFAULT]
22
repo = contextpack
33
lib_name = contextpack
4-
version = 0.0.3
4+
version = 0.0.4
55
min_python = 3.7
66
license = apache2
77
black_formatting = False

0 commit comments

Comments
 (0)