Skip to content

Commit

Permalink
Version 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
firecat53 committed Jul 12, 2022
1 parent a061203 commit e0d132e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion keepmenu.1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'\" t
.\" Automatically generated by Pandoc 2.14.0.3
.\"
.TH "Keepmenu" "1" "08 April 2022" "Keepmenu 1.3.0" "User Manual"
.TH "Keepmenu" "1" "11 July 2022" "Keepmenu 1.3.1" "User Manual"
.hy
.SH NAME
.PP
Expand Down
4 changes: 2 additions & 2 deletions keepmenu.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
title: Keepmenu
section: 1
header: User Manual
footer: Keepmenu 1.3.0
date: 08 April 2022
footer: Keepmenu 1.3.1
date: 11 July 2022
---

# NAME
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
from setuptools import setup

setup(name="keepmenu",
version="1.3.0",
version="1.3.1",
description="Dmenu frontend for Keepass databases",
long_description=open('README.md', 'rb').read().decode('utf-8'),
long_description_content_type="text/markdown",
author="Scott Hansen",
author_email="[email protected]",
url="https://github.com/firecat53/keepmenu",
download_url="https://github.com/firecat53/keepmenu/tarball/1.3.0",
download_url="https://github.com/firecat53/keepmenu/tarball/1.3.1",
packages=['keepmenu'],
entry_points={
'console_scripts': ['keepmenu=keepmenu.__main__:main']
Expand Down

0 comments on commit e0d132e

Please sign in to comment.