We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efb165d commit ce8dba5Copy full SHA for ce8dba5
src/getpaid_przelewy24/__init__.py
@@ -3,7 +3,7 @@
3
# Lazy imports — client and processor are defined in later tasks.
4
# This avoids ImportError when only types.py is implemented so far.
5
6
-__version__ = "0.1.2"
+__version__ = "3.0.0a2"
7
8
__all__ = [
9
"P24Client",
0 commit comments