Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jph00 committed May 17, 2024
1 parent 85c289f commit 18056f2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 23 deletions.
2 changes: 1 addition & 1 deletion fasthtml/__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 *

35 changes: 13 additions & 22 deletions settings.ini
Original file line number Diff line number Diff line change
@@ -1,46 +1,37 @@
[DEFAULT]
# All sections below are required unless otherwise specified.
# See https://github.com/fastai/nbdev/blob/master/settings.ini for examples.

### Python library ###
repo = fasthtml
lib_name = %(repo)s
version = 0.0.1
lib_name = fasthtml
version = 0.0.2
min_python = 3.10
license = apache2
requirements = fastcore python-dateutil starlette
dev_requirements = httpx ipython
black_formatting = False

### nbdev ###
doc_path = _docs
lib_path = fasthtml
nbs_path = .
recursive = True
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 = /fasthtml
git_url = https://github.com/AnswerDotAI/fasthtml
title = fasthtml
audience = Developers
author = Jeremy Howard
author_email = [email protected]
copyright = 2024 onwards, %(author)s
copyright = 2024 onwards, Jeremy Howard
description = The fastest way to create an HTML app
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 =
# conda_user =
# package_data =

0 comments on commit 18056f2

Please sign in to comment.