Skip to content

Commit

Permalink
Update to 0.8.0 (#430)
Browse files Browse the repository at this point in the history
  • Loading branch information
chidiwilliams committed Apr 30, 2023
1 parent 32af05d commit da1b7b0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Buzz.spec
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ app = BUNDLE(
name='Buzz.app',
icon='./assets/buzz.icns',
bundle_identifier='com.chidiwilliams.buzz',
version='0.7.2',
version='0.8.0',
info_plist={
'NSPrincipalClass': 'NSApplication',
'NSHighResolutionCapable': 'True',
Expand Down
2 changes: 1 addition & 1 deletion buzz/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "0.7.2"
VERSION = "0.8.0"
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.7.2"
version = "0.8.0"
description = ""
authors = ["Chidi Williams <williamschidi1@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit da1b7b0

Please sign in to comment.