Skip to content

Commit 9ee5894

Browse files
committed
release bugfix
1 parent fd6b0ba commit 9ee5894

6 files changed

Lines changed: 4 additions & 4 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ __pycache__/
22
piencrypt.egg-info/
33
web/data.py
44
piencrypt/__pycache__/
5-
piencrypt/data.py
5+
piencrypt/
66
Helper/
77
Test/__pycache__/
88
Test/data.py

build/lib/piencrypt/pie.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from data import pie_hash
1+
pie_hash = '03c1d04aeffd72151933b2295df5b484547e00ead9d001126aef03e6179a9332'
22

33
class PiEncrypt:
44

15.4 KB
Binary file not shown.

dist/piencrypt-0.7.2.5.tar.gz

14.4 KB
Binary file not shown.

piencrypt/pie.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from data import pie_hash
1+
pie_hash = '03c1d04aeffd72151933b2295df5b484547e00ead9d001126aef03e6179a9332'
22

33
class PiEncrypt:
44

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
with codecs.open(os.path.join(here, "README.md"), encoding="utf-8") as fh:
88
long_description = "\n" + fh.read()
99

10-
VERSION = '0.7.0.2'
10+
VERSION = '0.7.2.5'
1111
DESCRIPTION = 'Encrypt your crucial data into Image file'
1212
LONG_DESCRIPTION = 'A package that allows to hide and read crucial data from Image files.'
1313

0 commit comments

Comments
 (0)