From 80717b6163e1eb0ff3ec24d6c953edd2dcb01da0 Mon Sep 17 00:00:00 2001 From: Elliott Pardee Date: Thu, 23 Aug 2018 11:46:47 -0400 Subject: [PATCH] Up version number. --- .idea/workspace.xml | 72 +++++++++++++++++++++----------------------- goarch_api/client.py | 2 +- setup.py | 2 +- 3 files changed, 37 insertions(+), 39 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 9cbcecc..f0c2002 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,10 +2,8 @@ - - - - + + @@ -365,7 +363,7 @@ - + @@ -377,7 +375,7 @@ - + @@ -406,13 +404,6 @@ - - - - - - - @@ -430,18 +421,6 @@ - - - - - - - - - - - - @@ -478,5 +457,24 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/goarch_api/client.py b/goarch_api/client.py index 79b9089..bb7c15f 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.1), Python/' + user_agent = 'goarch_api (https://github.com/Oikonomia/goarch_api 1.0.2), 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 8534374..549bdd9 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name="goarch_api", - version="1.0.1", + version="1.0.2", author="Elliott Pardee", author_email="me@vypr.xyz", url="https://github.com/Oikonomia/goarch_api",