Skip to content

Commit

Permalink
v0.4.0 - Breaking! Buku to Book, Modul to BookSection
Browse files Browse the repository at this point in the history
  • Loading branch information
hexatester committed Mar 10, 2021
1 parent 297a85e commit 64e573b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 = "reader-rbv"
version = "0.3.0"
version = "0.4.0"
description = "SDK / Client python untuk Ruang Baca Virtual Universitas Terbuka."
authors = ["hexatester <habibrohman@protonmail.com>"]
license = "AGPLv3"
Expand Down
2 changes: 1 addition & 1 deletion reader_rbv/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.3.0"
__version__ = "0.4.0"
2 changes: 1 addition & 1 deletion tests/test_reader_rbv.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


def test_version():
assert __version__ == "0.3.0"
assert __version__ == "0.4.0"

0 comments on commit 64e573b

Please sign in to comment.