Skip to content

Commit

Permalink
prep init release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Howard authored and Jeremy Howard committed Dec 21, 2024
1 parent 3932007 commit 5e9ac97
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion apswutils/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "4.0.4"
__version__ = "0.0.1"
from .db import *

14 changes: 7 additions & 7 deletions settings.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[DEFAULT]
repo = apswutils
lib_name = apswutils
version = 4.0.4
version = 0.0.1
min_python = 3.9
license = apache2
black_formatting = False
Expand All @@ -18,11 +18,11 @@ doc_baseurl = /apswutils
git_url = https://github.com/AnswerDotAI/apswutils
title = apswutils
audience = Developers
author = Jeremy Howard
author_email = [email protected]
copyright = 2024 onwards, Jeremy Howard
description = A fork of sqlite-utils with CLI etc removed and using apsw as the sqlite interface
keywords = nbdev jupyter notebook python
author = Daniel and Audrey Roy Greenfeld, and Jeremy Howard
author_email = [email protected]
copyright = 2024 onwards, Answer.AI
description = A fork of sqlite-minutils for apsw
keywords = nbdev jupyter notebook python sqlite apsw
language = English
status = 3
user = AnswerDotAI
Expand All @@ -34,6 +34,6 @@ allowed_cell_metadata_keys =
jupyter_hooks = False
clean_ids = True
clear_all = False
cell_number = True
cell_number = False
skip_procs =

0 comments on commit 5e9ac97

Please sign in to comment.