Skip to content

Commit

Permalink
Release a new version
Browse files Browse the repository at this point in the history
  • Loading branch information
tigertv committed Jul 9, 2021
1 parent 5fca340 commit e33eee9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ SecretPy is a cryptographic Python package. It uses the following classical ciph
- Rot13, Rot5, Rot18, Rot47
- Scytale
- Simple Substitution
- Transposition:
- Columnar, Myszkowski, Zigzag(Railfence)
- Transposition
- Columnar, Myszkowski, Zigzag(Railfence)
- Vic
- Vigenere, Autokey, Gronsfeld, Porta

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setuptools.setup(
name="secretpy",
version="0.10.0",
version="0.11.0",
author="Max Vetrov",
author_email="maxvetrov555@yandex.ru",
description="Classical ciphers",
Expand Down

0 comments on commit e33eee9

Please sign in to comment.