diff --git a/setup.py b/setup.py index 879137e..316c73e 100644 --- a/setup.py +++ b/setup.py @@ -5,12 +5,12 @@ setup( name = 'ptCrypt', packages = find_packages(), - version = '0.0.4', + version = '0.0.5', description = 'Cryptographic and cryptography related algorithms implemented with pure Python', author = 'awawa', author_email = 'mail.0awawa0@gmail.com', url = 'https://github.com/0awawa0/ptCrypt', - download_url = 'https://github.com/0awawa0/ptCrypt/archive/refs/tags/0.0.4.tar.gz', + download_url = 'https://github.com/0awawa0/ptCrypt/archive/refs/tags/0.0.5.tar.gz', keywords = ['Cryptography'], classifiers = [], )