Skip to content

Commit

Permalink
Upgrade to 0.6.1 (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
chidiwilliams committed Dec 8, 2022
1 parent 8f9d08e commit 0776842
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Buzz.spec
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ app = BUNDLE(
name='Buzz.app',
icon='./assets/buzz.icns',
bundle_identifier='com.chidiwilliams.buzz',
version='0.5.8',
version='0.6.1',
info_plist={
'NSPrincipalClass': 'NSApplication',
'NSHighResolutionCapable': 'True',
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ dist/Buzz dist/Buzz.app: buzz/whisper_cpp.py
version:
poetry version ${version}
echo "VERSION = \"${version}\"" > buzz/__version__.py
sed -i "s/version=.*,/version=\'${version_escaped}\',/" Buzz.spec
sed -i "" "s/version=.*,/version=\'${version_escaped}\',/" Buzz.spec

CMAKE_FLAGS=
ifeq ($(UNAME_S),Darwin)
Expand Down
2 changes: 1 addition & 1 deletion buzz/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "0.5.8"
VERSION = "0.6.1"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "buzz"
version = "0.5.8"
version = "0.6.1"
description = ""
authors = ["Chidi Williams <williamschidi1@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit 0776842

Please sign in to comment.