Skip to content

Commit

Permalink
Releasing version 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
0awawa0 committed Jan 29, 2022
1 parent 0e4a27d commit 7bd1812
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = '[email protected]',
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 = [],
)

0 comments on commit 7bd1812

Please sign in to comment.