Skip to content

Commit

Permalink
Upgrade to 0.5.4 (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
chidiwilliams committed Nov 10, 2022
1 parent 59df17d commit f263cec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions Buzz.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# -*- mode: python ; coding: utf-8 -*-
import os
import platform
import shutil

Expand Down Expand Up @@ -75,7 +74,7 @@ app = BUNDLE(
name='Buzz.app',
icon='./assets/buzz.icns',
bundle_identifier='com.chidiwilliams.buzz',
version=os.getenv('BUZZ_VERSION', '0.0.1'),
version='0.5.4',
info_plist={
'NSPrincipalClass': 'NSApplication',
'NSHighResolutionCapable': 'True',
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.3"
VERSION = "0.5.4"
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.3"
version = "0.5.4"
description = ""
authors = ["Chidi Williams <williamschidi1@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit f263cec

Please sign in to comment.