Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
cbini committed Aug 14, 2020
1 parent f5e47aa commit b8580d2
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "powerschool"
version = "1.0.4"
version = "1.0.6"
description = "powerschool is a Python client for the PowerSchool API"
homepage = "https://github.com/TEAMSchools/powerschool"
repository = "https://github.com/TEAMSchools/powerschool"
2 changes: 1 addition & 1 deletion tests/test_powerschool.py
Original file line number Diff line number Diff line change
@@ -2,4 +2,4 @@


def test_version():
assert __version__ == '1.0.4'
assert __version__ == '1.0.6'

0 comments on commit b8580d2

Please sign in to comment.