Skip to content

Commit

Permalink
chore: bump patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
litneet64 committed Mar 4, 2021
1 parent 11e2214 commit 49b7819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etherblob/utils/args.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,6 @@ def setup_argparser(cls):
nargs = '*', default = ["default_file_fmt"])

# print version and exit
parser.add_argument('--version', action = 'version', version = 'EtherBlob Explorer 1.3.0')
parser.add_argument('--version', action = 'version', version = 'EtherBlob Explorer 1.3.1')

return parser.parse_args()

0 comments on commit 49b7819

Please sign in to comment.