Skip to content

Commit

Permalink
chore: update version tag
Browse files Browse the repository at this point in the history
  • Loading branch information
wst24365888 committed Jul 27, 2024
1 parent 0ed2a45 commit 5e35d56
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.10)
project(libstreamvbyte VERSION 0.3.7)
project(libstreamvbyte VERSION 0.3.8)

set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "libstreamvbyte"
version = "0.3.7"
version = "0.3.8"
description = "A C++ implementation of StreamVByte, with Python bindings."
authors = ["HSING-HAN WU (Xyphuz) <xyphuzwu@gmail.com>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def build_extension(self, ext: CMakeExtension):

setup(
name='libstreamvbyte',
version='0.3.7',
version='0.3.8',
description='A C++ implementation of StreamVByte, with Python bindings.',
long_description=open('README.md').read(),
author='HSING-HAN WU (Xyphuz)',
Expand Down
2 changes: 1 addition & 1 deletion tests/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ def test_integrate():


def test_version():
assert svb.__version__ == "0.3.7"
assert svb.__version__ == "0.3.8"

0 comments on commit 5e35d56

Please sign in to comment.