We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5022323 commit baac58eCopy full SHA for baac58e
afip/afip.py
@@ -9,7 +9,7 @@
9
from .register_scope_thirteen import RegisterScopeThirteen
10
11
class Afip:
12
- sdk_version_number = '1.0.1'
+ sdk_version_number = '1.1.0'
13
14
def __init__(self, options: dict):
15
if not(options.get("CUIT")):
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "afip.py"
3
-version = "1.0.0"
+version = "1.1.0"
4
description = "AfipSDK is the fastest way to connect with AFIP"
5
authors = ["AfipSDK <[email protected]>"]
6
readme = "README.md"
0 commit comments