Skip to content

Commit

Permalink
Update setup.py for 1.5.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
abhisharma404 authored Jul 21, 2019
1 parent b96b0be commit d69769c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
╔═╗┌─┐┌─┐┬ ┬┬─┐┌─┐╔╦╗┌─┐┌─┐
╚═╗├┤ │ │ │├┬┘├┤ ║ ├┤ ├─┤
╚═╝└─┘└─┘└─┘┴└─└─┘ ╩ └─┘┴ ┴
Version: 1.5
Version: 1.5.1
Module: SecureTea
Attributes:
Expand Down Expand Up @@ -131,7 +131,7 @@ def execute_command(command):
success = False

if success:
return output.decode("ascii")
return output.decode("utf-8")
else:
return None

Expand Down Expand Up @@ -238,7 +238,7 @@ def check_dependency():

setup(
name='securetea',
version='1.5',
version='1.5.1',
packages=find_packages(exclude=["test",
"*.test",
"*.test.*",
Expand Down

0 comments on commit d69769c

Please sign in to comment.