Skip to content

Commit 3959dc5

Browse files
committed
Bump version to 0.0.7
1 parent 8a85667 commit 3959dc5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.6"
1+
__version__ = "0.0.7"
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.6
4+
version = 0.0.7
55
min_python = 3.11
66
license = apache2
77
black_formatting = False

0 commit comments

Comments
 (0)