Use scm for versioning

This commit is contained in:
2022-05-16 14:48:53 +12:00
parent f94b982e16
commit af0c6b504f
3 changed files with 9 additions and 9 deletions

View File

@@ -1,2 +1,4 @@
from akauntingpy.api import Client
from akauntingpy.exceptions import *
from akauntingpy.exceptions import *
__version__ = '1.0.0'