Skip to content

Commit

Permalink
Bump version to 0.0.2 and update project metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
ncoop57 committed Nov 21, 2024
1 parent 7986298 commit d8a5155
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 23 deletions.
38 changes: 16 additions & 22 deletions settings.ini
Original file line number Diff line number Diff line change
@@ -1,45 +1,39 @@
[DEFAULT]
# All sections below are required unless otherwise specified.
# See https://github.com/fastai/nbdev/blob/master/settings.ini for examples.

### Python library ###
repo = shell_sage
lib_name = %(repo)s
version = 0.0.1
lib_name = shell_sage
version = 0.0.2
min_python = 3.10
license = apache2
black_formatting = False

### nbdev ###
doc_path = _docs
lib_path = shell_sage
nbs_path = nbs
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 = /shell_sage
git_url = https://github.com/AnswerDotAI/shell_sage
title = shell_sage
audience = Developers
author = ncoop57
author_email = [email protected]
copyright = 2024 onwards, %(author)s
copyright = 2024 onwards, ncoop57
description = Your favorite AI buddy right in your terminal
keywords = nbdev jupyter notebook python
language = English
status = 3
user = AnswerDotAI

### Optional ###
requirements = claudette fastcore rich
# dev_requirements =
console_scripts = ssage=shell_sage.core:main
# conda_user =
# package_data =
readme_nb = index.ipynb
allowed_metadata_keys =
allowed_cell_metadata_keys =
jupyter_hooks = False
clean_ids = True
clear_all = False
cell_number = True
skip_procs =

2 changes: 1 addition & 1 deletion shell_sage/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.1"
__version__ = "0.0.2"

0 comments on commit d8a5155

Please sign in to comment.