Skip to content

Commit

Permalink
Release v0.0.7
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Glustein <[email protected]>
  • Loading branch information
AdamGlustein committed Jan 28, 2025
1 parent daf07d4 commit 4307a4b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Project Configuration #
#########################
cmake_minimum_required(VERSION 3.20.0)
project(csp VERSION "0.0.6")
project(csp VERSION "0.0.7")
set(CMAKE_CXX_STANDARD 20)

###################################################################################################################################################
Expand Down
2 changes: 1 addition & 1 deletion csp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

from . import stats

__version__ = "0.0.6"
__version__ = "0.0.7"


def get_include_path():
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ name = "csp"
authors = [{name = "the csp authors", email = "[email protected]"}]
description="csp is a high performance reactive stream processing library, written in C++ and Python"
readme = "README.md"
version = "0.0.6"
version = "0.0.7"
requires-python = ">=3.8"

dependencies = [
Expand Down Expand Up @@ -120,7 +120,7 @@ slack = [
]

[tool.bumpversion]
current_version = "0.0.6"
current_version = "0.0.7"
commit = false
tag = false
commit_args = "-s"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@

setup(
name="csp",
version="0.0.6",
version="0.0.7",
packages=["csp"],
cmake_install_dir="csp",
cmake_args=cmake_args,
Expand Down

0 comments on commit 4307a4b

Please sign in to comment.