Skip to content

Commit

Permalink
Bump version: 0.5.0 → 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mtbarta committed Aug 15, 2024
1 parent f193a7a commit cc76925
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.5.0
current_version = 0.5.1
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion lintdb/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#include <string>

#define LINTDB_VERSION_STRING "0.5.0"
#define LINTDB_VERSION_STRING "0.5.1"

namespace lintdb {
struct Version {
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"

[project]
name = "lintdb"
version = "0.5.0"
version = "0.5.1"
description = "Python library for LintDB, a vector database for token embeddings and late interaction."
readme = "README.md"
license = {text = "Apache-2.0 License"}
Expand Down
2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lintdb",
"version-string": "0.5.0",
"version-string": "0.5.1",
"license": "MIT",
"dependencies": [
"faiss",
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.0
0.5.1

0 comments on commit cc76925

Please sign in to comment.