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 20, 2022
1 parent 40245c8 commit 33346c6
Showing 3 changed files with 3 additions and 3 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.4)
project(libstreamvbyte VERSION 0.3.5)

set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
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.4"
version = "0.3.5"
description = "A C++ implementation of StreamVByte, with Python bindings."
authors = ["HSING-HAN WU (Xyphuz) <xyphuzwu@gmail.com>"]
readme = "README.md"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -96,7 +96,7 @@ def build_extension(self, ext: CMakeExtension):

setup(
name='libstreamvbyte',
version='0.3.4',
version='0.3.5',
description='A C++ implementation of StreamVByte, with Python bindings.',
long_description=open('README.md').read(),
author='HSING-HAN WU (Xyphuz)',

0 comments on commit 33346c6

Please sign in to comment.