Upgrade to 0.7.0 (#287)

This commit is contained in:
Chidi Williams 2023-01-02 16:53:56 +00:00 committed by GitHub
parent 380e975870
commit 926f633bb1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -81,7 +81,7 @@ app = BUNDLE(
name='Buzz.app',
icon='./assets/buzz.icns',
bundle_identifier='com.chidiwilliams.buzz',
version='0.6.4',
version='0.7.0',
info_plist={
'NSPrincipalClass': 'NSApplication',
'NSHighResolutionCapable': 'True',

View file

@ -1 +1 @@
VERSION = "0.6.4"
VERSION = "0.7.0"

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "buzz"
version = "0.6.4"
version = "0.7.0"
description = ""
authors = ["Chidi Williams <williamschidi1@gmail.com>"]
license = "MIT"