Skip to content

Commit

Permalink
bump version to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dchaddock committed Dec 30, 2021
1 parent 148ab6d commit 23219f7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyaurorax/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
> import pyaurorax
```
"""
__version__ = "0.7.0"
__version__ = "0.8.0"

# pull in top level functions
from .api import AuroraXRequest
Expand Down
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 = "pyaurorax"
version = "0.7.0"
version = "0.8.0"
description = "Python library for interacting with the AuroraX API"
readme = "README.md"
homepage = "https://aurorax.space/data/apiLibraries"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_suite/test_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


def test_version():
assert __version__ == "0.7.0"
assert __version__ == "0.8.0"

0 comments on commit 23219f7

Please sign in to comment.