Skip to content

Commit

Permalink
Bump up version to 2.0.1
Browse files Browse the repository at this point in the history
Signed-off-by: hse-devops <[email protected]>
  • Loading branch information
hse-devops committed Oct 20, 2021
1 parent 1ed8304 commit 66e5d29
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Do not use this until mesonpep517 improves
[project]
name = "hse-python" # https://gitlab.com/thiblahute/mesonpep517/-/issues/16
version = "2.0.0"
version = "2.0.1"
description = "HSE is a fast embeddable key-value store designed for SSDs and persistent memory."
maintainers = [
{ name = "Micron HSE", email = "[email protected]" },
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'hse-python',
['c'], # until Meson supports Cython as a language
version: '2.0.0',
version: '2.0.1',
default_options: [
'prefix=/opt/hse',
'buildtype=debugoptimized',
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def precythonize(modules: List[Extension]) -> List[Any]:

setup(
name="hse2",
version="2.0.0",
version="2.0.1",
maintainer="Micron HSE",
maintainer_email="[email protected]",
description="HSE is a fast embeddable key-value store designed for SSDs and persistent memory.",
Expand Down

0 comments on commit 66e5d29

Please sign in to comment.