Skip to content

Commit

Permalink
Merge pull request #67 from rileyshahar/sima/version
Browse files Browse the repository at this point in the history
Chore: Bump up version
  • Loading branch information
simanerush committed Sep 9, 2023
2 parents bb6dfa4 + f44f3be commit 796d2f9
Show file tree
Hide file tree
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 = "aga"
version = "0.13.6"
version = "0.13.7"
description = "aga grades assignments"
authors = ["Riley Shahar <riley.shahar@gmail.com>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

def test_version() -> None:
"""Test that the version is correct."""
assert agaversion == "0.13.6"
assert agaversion == "0.13.7"

0 comments on commit 796d2f9

Please sign in to comment.