Skip to content

Commit

Permalink
Merge pull request #176 from abhisharma404/setup-1.5.1
Browse files Browse the repository at this point in the history
Update setup.py for 1.5.1 release
  • Loading branch information
rejahrehim authored Jul 21, 2019
2 parents b96b0be + d69769c commit aa21ed7
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 aa21ed7

Please sign in to comment.