kuzu 0.9.1.dev18__tar.gz → 0.9.1.dev19__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
sdist/PKG-INFO CHANGED
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: kuzu
3
- Version: 0.9.1.dev18
3
+ Version: 0.9.1.dev19
4
4
  Summary: Highly scalable, extremely fast, easy-to-use embeddable graph database
5
5
  Home-page: https://github.com/kuzudb/kuzu
6
6
  License: MIT License
@@ -1,6 +1,6 @@
1
1
  cmake_minimum_required(VERSION 3.15)
2
2
 
3
- project(Kuzu VERSION 0.9.1.18 LANGUAGES CXX C)
3
+ project(Kuzu VERSION 0.9.1.19 LANGUAGES CXX C)
4
4
 
5
5
  option(SINGLE_THREADED "Single-threaded mode" FALSE)
6
6
  if(SINGLE_THREADED)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: kuzu
3
- Version: 0.9.1.dev18
3
+ Version: 0.9.1.dev19
4
4
  Summary: Highly scalable, extremely fast, easy-to-use embeddable graph database
5
5
  Home-page: https://github.com/kuzudb/kuzu
6
6
  License: MIT License
sdist/pyproject.toml CHANGED
@@ -4,7 +4,7 @@ description = "Highly scalable, extremely fast, easy-to-use embeddable graph dat
4
4
  readme = "README.md"
5
5
  license = { file = "LICENSE" }
6
6
  keywords = ["graph", "database"]
7
- version = "0.9.1.dev18"
7
+ version = "0.9.1.dev19"
8
8
 
9
9
  [project.urls]
10
10
  Homepage = "https://kuzudb.com/"