Skip to content

Commit

Permalink
SSVG-3706 Bump up version to 2.0.2 (#2)
Browse files Browse the repository at this point in the history
* Bump up version to 2.0.2

Signed-off-by: hse-devops <[email protected]>
  • Loading branch information
hse-devops authored Nov 10, 2021
1 parent d26d208 commit 72a04ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.1',
version: '2.0.2',
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.1",
version="2.0.2",
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 72a04ac

Please sign in to comment.