Skip to content

Commit 66e5d29

Browse files
committed
Bump up version to 2.0.1
Signed-off-by: hse-devops <[email protected]>
1 parent 1ed8304 commit 66e5d29

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

_pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Do not use this until mesonpep517 improves
22
[project]
33
name = "hse-python" # https://gitlab.com/thiblahute/mesonpep517/-/issues/16
4-
version = "2.0.0"
4+
version = "2.0.1"
55
description = "HSE is a fast embeddable key-value store designed for SSDs and persistent memory."
66
maintainers = [
77
{ name = "Micron HSE", email = "[email protected]" },

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.0',
4+
version: '2.0.1',
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.0",
125+
version="2.0.1",
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)