From 62bef4908e4abd0fa8a662fe0af6f18946daf25f Mon Sep 17 00:00:00 2001 From: Jeremy Howard Date: Wed, 1 May 2024 10:37:50 +1000 Subject: [PATCH] bump --- claudette/__init__.py | 2 +- settings.ini | 30 +++++++++++++----------------- 2 files changed, 14 insertions(+), 18 deletions(-) diff --git a/claudette/__init__.py b/claudette/__init__.py index d05cc11..84f9c8e 100644 --- a/claudette/__init__.py +++ b/claudette/__init__.py @@ -1,3 +1,3 @@ -__version__ = "0.0.1" +__version__ = "0.0.2" from .core import * diff --git a/settings.ini b/settings.ini index 3827fc7..75b68f8 100644 --- a/settings.ini +++ b/settings.ini @@ -1,40 +1,36 @@ [DEFAULT] repo = claudette -lib_name = %(repo)s -version = 0.0.1 +lib_name = claudette +version = 0.0.2 min_python = 3.8 license = apache2 black_formatting = False - requirements = fastcore>1.5.30 anthropic - -### nbdev ### doc_path = _docs lib_path = claudette nbs_path = . recursive = False tst_flags = notest put_version_in_init = True - -### Docs ### branch = main custom_sidebar = False -doc_host = https://%(user)s.github.io -doc_baseurl = /%(repo)s -git_url = https://github.com/%(user)s/%(repo)s -title = %(lib_name)s - -### PyPI ### +doc_host = https://AnswerDotAI.github.io +doc_baseurl = /claudette +git_url = https://github.com/AnswerDotAI/claudette +title = claudette audience = Developers author = Jeremy Howard author_email = j@fast.ai -copyright = 2024 onwards, %(author)s +copyright = 2024 onwards, Jeremy Howard description = Claudette is Claude's friend keywords = nbdev jupyter notebook python language = English status = 3 user = AnswerDotAI +readme_nb = index.ipynb +allowed_metadata_keys = +allowed_cell_metadata_keys = +jupyter_hooks = True +clean_ids = True +clear_all = False -### Optional ### -# dev_requirements = -# console_scripts =