We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08898cb commit 837a5e8Copy full SHA for 837a5e8
fastcrypter/__init__.py
@@ -10,7 +10,7 @@
10
License: MIT
11
"""
12
13
-__version__ = "2.0.9"
+__version__ = "2.3.0"
14
__author__ = "Mmdrza"
15
__email__ = "pymmdrza@gmail.com"
16
__license__ = "MIT"
setup.py
@@ -23,7 +23,7 @@
23
24
setup(
25
name="fastcrypter",
26
- version="2.0.9",
+ version="2.3.0",
27
author="Mmdrza",
28
author_email="pymmdrza@gmail.com",
29
description="Professional compression and encryption library with native C/C++ acceleration",
0 commit comments