Skip to content

Commit 295a796

Browse files
author
Maxim Kochukov
committed
fix: release 0.1.5
1 parent 7e76204 commit 295a796

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
setup(
88
name='randcrack', # How you named your package folder (MyLib)
99
packages=['randcrack'], # Chose the same as "name"
10-
version='0.1.3', # Start with a small number and increase it with every change you make
10+
version='0.1.5', # Start with a small number and increase it with every change you make
1111
license='MIT', # Chose a license from here: https://help.github.com/articles/licensing-a-repository
1212
description='Predict python\'s random module random generated values',
1313
long_description=long_description,
@@ -16,7 +16,7 @@
1616
author_email='kochukov.ma@gmail.com', # Type in your E-Mail
1717
url='https://github.com/tna0y/Python-random-module-cracker', # Provide either the link to your github
1818
# or to your website
19-
download_url='https://github.com/tna0y/Python-random-module-cracker/archive/0.1.3.tar.gz',
19+
download_url='https://github.com/tna0y/Python-random-module-cracker/archive/0.1.5.tar.gz',
2020
keywords=['random', 'security', 'cryptography', 'cracker', 'encryption'], # Keywords that define your package best
2121
install_requires=[],
2222
classifiers=[

0 commit comments

Comments
 (0)