Upgrade to 0.5.4 (#150)

This commit is contained in:
Chidi Williams 2022-11-10 14:33:04 +00:00 committed by GitHub
parent 59df17d482
commit f263cec3dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 4 deletions

View file

@ -1,5 +1,4 @@
# -*- mode: python ; coding: utf-8 -*-
import os
import platform
import shutil
@ -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',

View file

@ -1 +1 @@
VERSION = "0.5.3"
VERSION = "0.5.4"

View file

@ -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"