Skip to content

Commit

Permalink
fixed special char on read me
Browse files Browse the repository at this point in the history
  • Loading branch information
NilsMT committed Dec 14, 2024
1 parent 9431107 commit 2b3b0cc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,14 @@ Also don't worry, characters code that exceed 118 (the highest number amongst th

### Package Structure

The package is structured like that :
The main package is structured like that :
```
periodicencryption
├── encryption
├── element
└── vigenerecipher
- encryption
- element
- vigenerecipher
```

And there are aliases :

| Sub-package | Alias |
Expand Down
2 changes: 1 addition & 1 deletion periodicencryption/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# __init__.py
__version__ = "1.1.0"
__version__ = "1.1.1"
__author__ = "NilsMT"
__email__ = "nilsmoreauthomas@gmail.com"

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
setup(
name="periodicencryption",
packages = ["periodicencryption"],
version = '1.1.0',
version = '1.1.1',
license='MIT',

description="Allow you to encrypt & decrypt strings using the periodic table elements",
Expand Down

0 comments on commit 2b3b0cc

Please sign in to comment.