Skip to content

Commit

Permalink
Update version before release (#1153)
Browse files Browse the repository at this point in the history
### What problem does this PR solve?

Update version before release

### Type of change

- [x] Documentation Update

Signed-off-by: Jin Hai <[email protected]>
  • Loading branch information
JinHai-CN authored Apr 30, 2024
1 parent 62f5850 commit 8a886f9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ add_subdirectory(client)

# CPack settings
set(CPACK_PACKAGE_NAME "infinity")
set(CPACK_PACKAGE_VERSION "0.1.0-dev")
set(CPACK_PACKAGE_VERSION "0.1.0")
set(CPACK_PACKAGE_RELEASE 1)
set(CPACK_PACKAGE_CONTACT "Zhichang Yu <[email protected]>")
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "The AI-native database built for LLM applications, offering incredibly fast vector and full-text search.")
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,13 @@ You can download the binary package (deb, rpm, or tgz) for your respective host

Fedora/RHEL/CentOS/OpenSUSE
```bash
sudo rpm -i infinity-0.1.0-dev-x86_64.rpm
sudo rpm -i infinity-0.1.0-x86_64.rpm
sudo systemctl start infinity
```

Ubuntu/Debian
```bash
sudo dpkg -i infinity-0.1.0-dev-x86_64.deb
sudo dpkg -i infinity-0.1.0-x86_64.deb
sudo systemctl start infinity
```
#### 🛠️ Build from Source
Expand Down
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "infinity_sdk"
version = "0.1.0-dev22"
version = "0.1.0"
dependencies = [
"sqlglot==11.7.1",
"pydantic",
Expand Down

0 comments on commit 8a886f9

Please sign in to comment.