We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d26d208 commit 72a04acCopy full SHA for 72a04ac
meson.build
@@ -1,7 +1,7 @@
1
project(
2
'hse-python',
3
['c'], # until Meson supports Cython as a language
4
- version: '2.0.1',
+ version: '2.0.2',
5
default_options: [
6
'prefix=/opt/hse',
7
'buildtype=debugoptimized',
setup.py
@@ -122,7 +122,7 @@ def precythonize(modules: List[Extension]) -> List[Any]:
122
123
setup(
124
name="hse2",
125
- version="2.0.1",
+ version="2.0.2",
126
maintainer="Micron HSE",
127
maintainer_email="[email protected]",
128
description="HSE is a fast embeddable key-value store designed for SSDs and persistent memory.",
0 commit comments