diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 30025c1..1ee0933 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,8 +2,8 @@ - - + + - + - - + + - + - - + + @@ -107,12 +107,12 @@ - - + + - - + + @@ -202,8 +202,9 @@ @@ -422,18 +423,6 @@ - - - - - - - - - - - - @@ -493,22 +482,34 @@ - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/goarch_api/client.py b/goarch_api/client.py index ec2ddf0..79b9089 100644 --- a/goarch_api/client.py +++ b/goarch_api/client.py @@ -6,7 +6,7 @@ class HTTPClient: def __init__(self): self.session = requests.session() - user_agent = 'goarch_api (https://github.com/Oikonomia/goarch_api 1.0.0), Python/' + user_agent = 'goarch_api (https://github.com/Oikonomia/goarch_api 1.0.1), Python/' self.user_agent = f"{user_agent}{sys.version_info[0]}.{sys.version_info[1]}" def request(self, method, path): diff --git a/setup.py b/setup.py index b6de3a5..8534374 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name="goarch_api", - version="1.0.0", + version="1.0.1", author="Elliott Pardee", author_email="me@vypr.xyz", url="https://github.com/Oikonomia/goarch_api",