Skip to content

Bump version #204

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 23 commits into from
Feb 28, 2025
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
d25f54f
Bumped version
Pringled Oct 3, 2024
3f03e52
Merge branch 'bump-version' of https://github.com/MinishLab/model2vec…
Pringled Oct 9, 2024
231f3a2
Bumped version
Pringled Oct 9, 2024
474d249
Merge branch 'bump-version' of https://github.com/MinishLab/model2vec…
Pringled Oct 10, 2024
749bfbd
Bumped version
Pringled Oct 10, 2024
1ba3e85
Fixed merge conflict
Pringled Oct 29, 2024
572257d
Fixed merge conflict
Pringled Oct 29, 2024
0fddabc
Updated version
Pringled Oct 29, 2024
9d82dfa
Merge branch 'bump-version' of https://github.com/MinishLab/model2vec…
Pringled Oct 31, 2024
de926da
Updated version
Pringled Oct 31, 2024
7618f6f
Merge branch 'bump-version' of https://github.com/MinishLab/model2vec…
Pringled Nov 20, 2024
194508e
Bumped version
Pringled Nov 20, 2024
b8da1b2
Merge branch 'bump-version' of https://github.com/MinishLab/model2vec…
Pringled Jan 5, 2025
64e58fd
Bumped version
Pringled Jan 5, 2025
623aa26
Merge branch 'bump-version' of https://github.com/MinishLab/model2vec…
Pringled Jan 11, 2025
ed1c40a
bumped version
Pringled Jan 11, 2025
c70f4f7
Merge branch 'bump-version' of https://github.com/MinishLab/model2vec…
Pringled Jan 15, 2025
6b63c6a
Bumped version
Pringled Jan 15, 2025
d003fa8
Merge branch 'bump-version' of https://github.com/MinishLab/model2vec…
Pringled Jan 21, 2025
a0d4597
Bumped version
Pringled Jan 21, 2025
0072bbc
Bumped version
Pringled Feb 12, 2025
e9e30c5
Merge branch 'bump-version' of https://github.com/MinishLab/model2vec…
Pringled Feb 28, 2025
c11ba62
Bump version
Pringled Feb 28, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion model2vec/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version_triple__ = (0, 4, 0)
__version_triple__ = (0, 4, 1)
__version__ = ".".join(map(str, __version_triple__))