Skip to content

Commit

Permalink
release(project): 0.14.6 → 0.14.7
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmouchet committed Oct 27, 2023
1 parent 2bb8eec commit 4240550
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.14.6
current_version = 0.14.7
commit = True
tag = True
message = release(project): {current_version} → {new_version}
Expand Down
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.16)
project(caracal VERSION 0.14.6)
project(caracal VERSION 0.14.7)

# We have Find* modules in two places:
# - The build directory, for the libraries fetched by Conan
Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
packages = {
caracal = pkgs.stdenv.mkDerivation {
pname = "caracal";
version = "0.14.6";
version = "0.14.7";
src = self;
nativeBuildInputs = [
pkgs.cmake
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="pycaracal",
version="0.14.6",
version="0.14.7",
author="Maxime Mouchet",
author_email="[email protected]",
url="https://github.com/dioptra-io/caracal",
Expand Down

0 comments on commit 4240550

Please sign in to comment.