Skip to content

Commit

Permalink
Bump new version
Browse files Browse the repository at this point in the history
  • Loading branch information
Leovalcante committed Nov 11, 2019
1 parent d4905f4 commit 150b577
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Random Password Generator

[![version](https://img.shields.io/badge/version-1.0.1-brightgreen.svg)](https://github.com/Leovalcante/random-password-generator/releases/tag/v1.0.0)
[![version](https://img.shields.io/badge/version-1.0.2-brightgreen.svg)](https://github.com/Leovalcante/random-password-generator/releases/tag/v1.0.2)
[![python required](https://img.shields.io/badge/python-3.7-blue.svg)](https://www.python.org/downloads/release/python-370/)

## What is rpg?
Expand Down
2 changes: 1 addition & 1 deletion random_password_generator/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "random-password-generator-cli"
name_desc = "Random Password Generator"
version = "1.0.1"
version = "1.0.2"
description = "Command line tool utility to generate random entropic password"
url = "https://github.com/Leovalcante/random-password-generator"

0 comments on commit 150b577

Please sign in to comment.