Skip to content

Commit

Permalink
Upgrade to 0.7.0 (#287)
Browse files Browse the repository at this point in the history
  • Loading branch information
chidiwilliams committed Jan 2, 2023
1 parent 380e975 commit 926f633
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Buzz.spec
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion buzz/__version__.py
@@ -1 +1 @@
VERSION = "0.6.4"
VERSION = "0.7.0"
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -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"
Expand Down

0 comments on commit 926f633

Please sign in to comment.