Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jph00 committed May 1, 2024
1 parent bd4bdbb commit 62bef49
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 18 deletions.
2 changes: 1 addition & 1 deletion claudette/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "0.0.1"
__version__ = "0.0.2"
from .core import *

30 changes: 13 additions & 17 deletions settings.ini
Original file line number Diff line number Diff line change
@@ -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 = [email protected]
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 =

0 comments on commit 62bef49

Please sign in to comment.