Skip to content

Commit 1cf78dc

Browse files
committed
Bump version: 0.5.1 → 0.5.2
1 parent 9851546 commit 1cf78dc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.5.1
2+
current_version = 0.5.2
33
commit = True
44
tag = True
55
tag_name = v{new_version}

pydymenu/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
from pydymenu.rofi import rofi_func as rofi
1010

1111
__author__ = "Mikey Garcia, @gikeymarcia"
12-
__version__ = "0.5.1"
12+
__version__ = "0.5.2"
1313

1414
__all__ = ["fzf", "FzfProtocol", "rofi", "RofiProtocol"]

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# https://setuptools.readthedocs.io/en/latest/setuptools.html#basic-use
1010
setup(
1111
name="pydymenu",
12-
version="0.5.1",
12+
version="0.5.2",
1313
description="A pythonic wrapper interface for fzf, dmenu, and rofi.",
1414
long_description=README,
1515
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)