Skip to content

Commit

Permalink
v0.0.1-alpha.5
Browse files Browse the repository at this point in the history
  • Loading branch information
asg017 committed Feb 9, 2023
1 parent 20cc2cf commit 0ff152e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.17 FATAL_ERROR)
project(sqlite-vss VERSION 0.0.1.4)
project(sqlite-vss VERSION 0.0.1.5)

configure_file(src/sqlite-vss.h.in sqlite-vss.h)

Expand Down
2 changes: 1 addition & 1 deletion python/datasette_sqlite_vss/setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup

VERSION = "0.0.1-alpha.4"
VERSION = "0.0.1-alpha.5"

setup(
name="datasette-sqlite-vss",
Expand Down
2 changes: 1 addition & 1 deletion python/sqlite_vss/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import os
import platform

VERSION = "0.0.1-alpha.4"
VERSION = "0.0.1-alpha.5"

system = platform.system()
machine = platform.machine()
Expand Down

0 comments on commit 0ff152e

Please sign in to comment.