Skip to content

Commit

Permalink
Bump patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
oir committed Dec 8, 2024
1 parent c563bf2 commit ff3665b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion barkeep/barkeep.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#include <variant>
#include <vector>

#define BARKEEP_VERSION "0.1.3"
#define BARKEEP_VERSION "0.1.4"

#if defined(BARKEEP_ENABLE_FMT_FORMAT)
#include <fmt/format.h>
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ install = ['--tags=runtime,python-runtime']

[project]
name = 'barkeep'
version = '0.1.3'
version = '0.1.4'
description = ''
readme = 'python/README.md'
requires-python = '>=3.9'
Expand Down

0 comments on commit ff3665b

Please sign in to comment.