Skip to content

Commit 690394d

Browse files
0.6.2 (#217)
1 parent fec11af commit 690394d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Buzz.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ app = BUNDLE(
7777
name='Buzz.app',
7878
icon='./assets/buzz.icns',
7979
bundle_identifier='com.chidiwilliams.buzz',
80-
version='0.6.1',
80+
version='0.6.2',
8181
info_plist={
8282
'NSPrincipalClass': 'NSApplication',
8383
'NSHighResolutionCapable': 'True',

buzz/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "0.6.1"
1+
VERSION = "0.6.2"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "buzz"
3-
version = "0.6.1"
3+
version = "0.6.2"
44
description = ""
55
authors = ["Chidi Williams <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)