Skip to content

Commit

Permalink
Upgrade to 0.5.7 (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
chidiwilliams committed Nov 13, 2022
1 parent 7f0c206 commit b5d22a2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Buzz.spec
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ app = BUNDLE(
name='Buzz.app',
icon='./assets/buzz.icns',
bundle_identifier='com.chidiwilliams.buzz',
version='0.5.6',
version='0.5.7',
info_plist={
'NSPrincipalClass': 'NSApplication',
'NSHighResolutionCapable': 'True',
Expand Down
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
version := $$(poetry version -s)
version_escaped := $$(echo ${version} | sed -e 's/\./\\./g')

mac_app_path := ./dist/Buzz.app
mac_zip_path := ./dist/Buzz-${version}-mac.zip
Expand Down Expand Up @@ -51,6 +52,7 @@ dist/Buzz: whisper_cpp.py
version:
poetry version ${version}
echo "VERSION = \"${version}\"" > __version__.py
sed -i "s/version=.*,/version=\'${version_escaped}\',/" Buzz.spec

CMAKE_FLAGS=
ifeq ($(UNAME_S),Darwin)
Expand Down
2 changes: 1 addition & 1 deletion __version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "0.5.6"
VERSION = "0.5.7"
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.6"
version = "0.5.7"
description = ""
authors = ["Chidi Williams <williamschidi1@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit b5d22a2

Please sign in to comment.