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, LLC'
13
13
author = 'Prismadic, LLC.'
14
- release = '0.0.9 '
14
+ release = '0.1.0 '
15
15
16
16
# -- General configuration ---------------------------------------------------
17
17
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
29
29
display_github = True
30
30
html_logo = "../magnet.png"
31
31
pygments_style = 'dracula'
32
- version = "v0.0.9 "
32
+ version = "v0.1.0 "
33
33
release = "latest"
34
34
# -- Options for HTML output -------------------------------------------------
35
35
# 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.9 "
3
+ version = " 0.1.0 "
4
4
description = " the small distributed language model toolkit. fine-tune state-of-the-art LLMs anywhere, 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.9 ' ,
5
+ version = '0.1.0 ' ,
6
6
description = "the small distributed language model toolkit. fine-tune state-of-the-art LLMs anywhere, rapidly." ,
7
7
long_description = open ('README.md' ).read (),
8
8
long_description_content_type = 'text/markdown' ,
You can’t perform that action at this time.
0 commit comments