Skip to content

Commit 72a04ac

Browse files
authored
SSVG-3706 Bump up version to 2.0.2 (#2)
* Bump up version to 2.0.2 Signed-off-by: hse-devops <[email protected]>
1 parent d26d208 commit 72a04ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'hse-python',
33
['c'], # until Meson supports Cython as a language
4-
version: '2.0.1',
4+
version: '2.0.2',
55
default_options: [
66
'prefix=/opt/hse',
77
'buildtype=debugoptimized',

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def precythonize(modules: List[Extension]) -> List[Any]:
122122

123123
setup(
124124
name="hse2",
125-
version="2.0.1",
125+
version="2.0.2",
126126
maintainer="Micron HSE",
127127
maintainer_email="[email protected]",
128128
description="HSE is a fast embeddable key-value store designed for SSDs and persistent memory.",

0 commit comments

Comments
 (0)