Commit 27f7964 1 parent b67e918 commit 27f7964 Copy full SHA for 27f7964
File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11
11
project = 'magnet'
12
12
copyright = '2023, Prismadic'
13
13
author = 'Prismadic'
14
- release = '0.0.8 '
14
+ release = '0.0.9 '
15
15
16
16
# -- General configuration ---------------------------------------------------
17
17
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
30
30
display_github = True
31
31
html_logo = "../magnet.png"
32
32
pygments_style = 'default'
33
- version = "v0.0.8 "
33
+ version = "v0.0.9 "
34
34
release = "latest"
35
35
# -- Options for HTML output -------------------------------------------------
36
36
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " llm_magnet"
3
- version = " 0.0.8 "
3
+ version = " 0.0.9 "
4
4
description = " An embedding model toolkit; fine-tune SOTA LLMs on knowledge bases rapidly."
5
5
readme = " dynamic"
6
6
Original file line number Diff line number Diff line change 2
2
3
3
setup (
4
4
name = 'llm_magnet' ,
5
- version = '0.0.8 ' ,
5
+ version = '0.0.9 ' ,
6
6
long_description = open ('README.md' ).read (),
7
7
long_description_content_type = 'text/markdown' ,
8
8
install_requires = [
You can’t perform that action at this time.
0 commit comments