Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperlarson committed Aug 5, 2024
1 parent c996946 commit 28d937e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

class Pkg(ConanFile):
name = "bpd"
version = "0.2.6"
version = "0.2.7"
license = "MIT"
author = "Cooper Larson | cooper.larson1@gmail.com"
url = ""
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('bpd', 'cpp',
version : '0.2.6',
version : '0.2.7',
default_options : ['warning_level=3', 'cpp_std=c++23', 'optimization=3', 'buildtype=release'])

source_root = meson.source_root()
Expand Down

0 comments on commit 28d937e

Please sign in to comment.