From 14494184d1f9a27b84c0709f2c9905fdb4f3eda1 Mon Sep 17 00:00:00 2001 From: Charlie Bini Date: Fri, 14 Aug 2020 16:43:36 +0000 Subject: [PATCH] bump version --- powerschool/__init__.py | 2 +- pyproject.toml | 2 +- tests/test_powerschool.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/powerschool/__init__.py b/powerschool/__init__.py index b6fa407..04f359b 100644 --- a/powerschool/__init__.py +++ b/powerschool/__init__.py @@ -1,4 +1,4 @@ -__version__ = '1.0.1' +__version__ = '1.0.2' from oauthlib.oauth2 import BackendApplicationClient from requests_oauthlib import OAuth2Session diff --git a/pyproject.toml b/pyproject.toml index 54c5f5a..cc85425 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "powerschool" -version = "1.0.1" +version = "1.0.2" description = "powerschool is a Python client for the PowerSchool API" homepage = "https://github.com/TEAMSchools/powerschool" repository = "https://github.com/TEAMSchools/powerschool" diff --git a/tests/test_powerschool.py b/tests/test_powerschool.py index 68c13e7..ddd14a7 100644 --- a/tests/test_powerschool.py +++ b/tests/test_powerschool.py @@ -2,4 +2,4 @@ def test_version(): - assert __version__ == '1.0.1' + assert __version__ == '1.0.2'