Skip to content

Commit 4394c66

Browse files
committed
release
1 parent f6cef49 commit 4394c66

File tree

4 files changed

+11
-2
lines changed

4 files changed

+11
-2
lines changed

CHANGELOG.bak

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.5
6+
7+
- Bug fix in __init__ for read_gh_repo
8+
9+
510
## 0.0.4
611

712

CHANGELOG.md

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

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

5+
## 0.0.6
6+
7+
- Make read_gh_repo default to returning dict
8+
59
## 0.0.5
610

711
- Bug fix in __init__ for read_gh_repo

contextkit/__init__.py

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

33
from . import read
44
from .read import read_url, read_gist, read_gh_file, read_file, read_dir, read_pdf, read_yt_transcript, read_google_sheet, read_gdoc, read_arxiv, read_gh_repo

settings.ini

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

0 commit comments

Comments
 (0)