Skip to content

Commit 27f7964

Browse files
committed
🔮 feat(release): 0.0.9 hotfix
1 parent b67e918 commit 27f7964

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
project = 'magnet'
1212
copyright = '2023, Prismadic'
1313
author = 'Prismadic'
14-
release = '0.0.8'
14+
release = '0.0.9'
1515

1616
# -- General configuration ---------------------------------------------------
1717
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
@@ -30,7 +30,7 @@
3030
display_github = True
3131
html_logo = "../magnet.png"
3232
pygments_style = 'default'
33-
version = "v0.0.8"
33+
version = "v0.0.9"
3434
release = "latest"
3535
# -- Options for HTML output -------------------------------------------------
3636
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "llm_magnet"
3-
version = "0.0.8"
3+
version = "0.0.9"
44
description = "An embedding model toolkit; fine-tune SOTA LLMs on knowledge bases rapidly."
55
readme = "dynamic"
66

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='llm_magnet',
5-
version='0.0.8',
5+
version='0.0.9',
66
long_description=open('README.md').read(),
77
long_description_content_type='text/markdown',
88
install_requires=[

0 commit comments

Comments
 (0)