Skip to content

Commit baac58e

Browse files
committed
Update to v1.1.0
1 parent 5022323 commit baac58e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

afip/afip.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from .register_scope_thirteen import RegisterScopeThirteen
1010

1111
class Afip:
12-
sdk_version_number = '1.0.1'
12+
sdk_version_number = '1.1.0'
1313

1414
def __init__(self, options: dict):
1515
if not(options.get("CUIT")):

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "afip.py"
3-
version = "1.0.0"
3+
version = "1.1.0"
44
description = "AfipSDK is the fastest way to connect with AFIP"
55
authors = ["AfipSDK <[email protected]>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)