Skip to content

Commit 8749e5b

Browse files
committed
bump
1 parent 8b63565 commit 8749e5b

File tree

2 files changed

+16
-24
lines changed

2 files changed

+16
-24
lines changed

fastgit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "0.0.1"
1+
__version__ = "0.0.2"
22
from .core import *

settings.ini

Lines changed: 15 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,38 @@
11
[DEFAULT]
2-
# All sections below are required unless otherwise specified.
3-
# See https://github.com/AnswerDotAI/nbdev/blob/main/settings.ini for examples.
4-
5-
### Python library ###
62
repo = fastgit
7-
lib_name = %(repo)s
8-
version = 0.0.1
3+
lib_name = fastgit
4+
version = 0.0.2
95
min_python = 3.9
106
license = apache2
117
black_formatting = False
12-
13-
### nbdev ###
148
doc_path = _docs
159
lib_path = fastgit
1610
nbs_path = nbs
1711
recursive = True
1812
tst_flags = notest
1913
put_version_in_init = True
2014
update_pyproject = True
21-
22-
### Docs ###
2315
branch = main
2416
custom_sidebar = False
25-
doc_host = https://%(user)s.github.io
26-
doc_baseurl = /%(repo)s
27-
git_url = https://github.com/%(user)s/%(repo)s
28-
title = %(lib_name)s
29-
30-
### PyPI ###
17+
doc_host = https://AnswerDotAI.github.io
18+
doc_baseurl = /fastgit
19+
git_url = https://github.com/AnswerDotAI/fastgit
20+
title = fastgit
3121
audience = Developers
3222
author = Jeremy Howard
3323
author_email = github@jhoward.fastmail.fm
34-
copyright = 2026 onwards, %(author)s
24+
copyright = 2026 onwards, Jeremy Howard
3525
description = Use git from python, fast
3626
keywords = nbdev jupyter notebook python
3727
language = English
3828
status = 3
3929
user = AnswerDotAI
30+
readme_nb = index.ipynb
31+
allowed_metadata_keys =
32+
allowed_cell_metadata_keys =
33+
jupyter_hooks = False
34+
clean_ids = True
35+
clear_all = False
36+
cell_number = True
37+
skip_procs =
4038

41-
### Optional ###
42-
# requirements = fastcore pandas
43-
# dev_requirements =
44-
# console_scripts =
45-
# conda_user =
46-
# package_data =

0 commit comments

Comments
 (0)