This release introduces enhanced encryption methods and improved functionality to the Cryptodo Python library. It includes the following updates:
- Added `CryptoV2` class with advanced encryption techniques.
- Implemented a variation of the Caesar cipher in `CryptoV2`.
- Introduced `CryptoV3Num` class for numeric encryption and decryption.
- Included Rail Fence cipher encryption and decryption in `CryptoV3Num`.
- Enhanced key generation options in `KeyGenerator` class.
- Improved documentation and code comments for better understanding.
For more details, refer to the [documentation](https://pypi.org/project/cryptodo/).