Skip to content

Commit 759eba9

Browse files
🔖 Bump version [automated]
1 parent 7bf60e3 commit 759eba9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fastcrypter/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
License: MIT
1111
"""
1212

13-
__version__ = "2.3.0"
13+
__version__ = "2.3.3"
1414
__author__ = "Mmdrza"
1515
__email__ = "[email protected]"
1616
__license__ = "MIT"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
setup(
2525
name="fastcrypter",
26-
version="2.3.0",
26+
version="2.3.3",
2727
author="Mmdrza",
2828
author_email="[email protected]",
2929
description="Professional compression and encryption library with native C/C++ acceleration",

0 commit comments

Comments
 (0)