Skip to content

Commit

Permalink
Bumping version from 0.23.1 to 0.23.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hexatester committed Apr 21, 2021
1 parent 2efef9c commit bd3c7f7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion moodle/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.23.1"
__version__ = "0.23.2"
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 = "moodlepy"
version = "0.23.1"
version = "0.23.2"
description = "Python wrapper for moodle web service."
authors = ["hexatester <habibrohman@protonmail.com>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_moodle.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@


def test_version():
assert __version__ == "0.23.1"
assert __version__ == "0.23.2"


def test_moodle(moodle: Moodle):
Expand Down

0 comments on commit bd3c7f7

Please sign in to comment.