You've already forked akaunting-py
static version
This commit is contained in:
@@ -1,11 +1,10 @@
|
|||||||
import requests
|
import requests
|
||||||
from requests.auth import HTTPBasicAuth
|
from requests.auth import HTTPBasicAuth
|
||||||
from setuptools_scm import get_version
|
|
||||||
|
|
||||||
from akauntingpy import exceptions
|
from akauntingpy import exceptions
|
||||||
from akauntingpy.helpers import *
|
from akauntingpy.helpers import *
|
||||||
|
|
||||||
__version__ = get_version(root='..', relative_to=__file__)
|
__version__ = "1.0.2"
|
||||||
|
|
||||||
|
|
||||||
class Client(object):
|
class Client(object):
|
||||||
|
|||||||
Reference in New Issue
Block a user