mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-06-28 11:16:14 +02:00
Fixed a bug with the new 'encoding' function when using Stegano as a command line tool. No default value was set. Default value is UTF-8.
This commit is contained in:
parent
d942f8bdfb
commit
5ec1f338b2
3 changed files with 5 additions and 5 deletions
2
setup.py
2
setup.py
|
@ -29,7 +29,7 @@ with open('CHANGELOG.rst', 'r') as f:
|
|||
|
||||
setup(
|
||||
name='Stegano',
|
||||
version='0.8.1',
|
||||
version='0.8.2',
|
||||
author='Cédric Bonhomme',
|
||||
author_email='cedric@cedricbonhomme.org',
|
||||
packages=packages,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue