Skip to content

Commit

Permalink
Bump version: 0.0.3 → 0.0.4 (#243)
Browse files Browse the repository at this point in the history
Signed-off-by: Rob Ambalu <[email protected]>
  • Loading branch information
robambalu authored May 22, 2024
1 parent 4cd4757 commit f11f5c6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.3
current_version = 0.0.4
commit = True
tag = False

Expand Down
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.3")
project(csp VERSION "0.0.4")
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.3"
__version__ = "0.0.4"


def get_include_path():
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,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.3"
version = "0.0.4"
requires-python = ">=3.8"

dependencies = [
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.3",
version="0.0.4",
packages=["csp"],
cmake_install_dir="csp",
cmake_args=cmake_args,
Expand Down

0 comments on commit f11f5c6

Please sign in to comment.