Skip to content

Commit

Permalink
Bump version to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
frostidaho committed Mar 29, 2017
1 parent 59eab5f commit 2d6b5b8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ tests:

.PHONY: generate-options
generate-options:
mkdir -p "$(project_dir)src/dynmen/data/"
sh -c "$(project_dir)utils/gen_dmenu.py" > "$(project_dir)src/dynmen/dmenu.py"
sh -c "$(project_dir)utils/gen_rofi.py" > "$(project_dir)src/dynmen/rofi.py"

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name='dynmen',
version='0.1.2',
version='0.1.3',
description='dynmen is an interface to dynamic menus, like dmenu, rofi, or fzf.',
author='Idaho Frost',
author_email='frostidaho@gmail.com',
Expand Down

0 comments on commit 2d6b5b8

Please sign in to comment.