Skip to content

Commit

Permalink
Version v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
firecat53 committed Apr 18, 2022
1 parent ea81309 commit ca18bbe
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bwm.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 "Bitwarden-menu" "1" "2022-04-08" "Bitwarden-menu v0.3.0" "User Manual"
.TH "Bitwarden-menu" "1" "2022-04-18" "Bitwarden-menu v0.4.0" "User Manual"
.hy
.SH NAME
.PP
Expand Down
4 changes: 2 additions & 2 deletions bwm.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
title: Bitwarden-menu
section: 1
header: User Manual
footer: Bitwarden-menu v0.3.0
date: 2022-04-08
footer: Bitwarden-menu v0.4.0
date: 2022-04-18
---

# 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="bitwarden-menu",
version="v0.3.0",
version="v0.4.0",
description="Dmenu/Rofi frontend for Bitwarden CLI tool",
long_description=open('README.md', 'rb').read().decode('utf-8'),
long_description_content_type="text/markdown",
author="Scott Hansen",
author_email="firecat4153@gmail.com",
url="https://github.com/firecat53/bitwarden-menu",
download_url="https://github.com/firecat53/bitwarden-menu/tarball/v0.3.0",
download_url="https://github.com/firecat53/bitwarden-menu/tarball/v0.4.0",
packages=['bwm'],
entry_points={
'console_scripts': ['bwm=bwm.__main__:main']
Expand Down

0 comments on commit ca18bbe

Please sign in to comment.