Skip to content

Commit

Permalink
chore: update tag
Browse files Browse the repository at this point in the history
  • Loading branch information
wst24365888 committed Dec 24, 2022
1 parent e09dec9 commit f3a2824
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.5)
project(libstreamvbyte VERSION 0.3.6)

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.5"
version = "0.3.6"
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.5',
version='0.3.6',
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.5"
assert svb.__version__ == "0.3.6"

0 comments on commit f3a2824

Please sign in to comment.