From 64e573b769d1be064f2967040f98f508a3fa6d9a Mon Sep 17 00:00:00 2001 From: hexatester Date: Wed, 10 Mar 2021 15:14:20 +0700 Subject: [PATCH] v0.4.0 - Breaking! Buku to Book, Modul to BookSection --- pyproject.toml | 2 +- reader_rbv/version.py | 2 +- tests/test_reader_rbv.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1aa1c7a..4a0293c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] license = "AGPLv3" diff --git a/reader_rbv/version.py b/reader_rbv/version.py index 493f741..6a9beea 100644 --- a/reader_rbv/version.py +++ b/reader_rbv/version.py @@ -1 +1 @@ -__version__ = "0.3.0" +__version__ = "0.4.0" diff --git a/tests/test_reader_rbv.py b/tests/test_reader_rbv.py index 2f80627..cbd60c0 100644 --- a/tests/test_reader_rbv.py +++ b/tests/test_reader_rbv.py @@ -2,4 +2,4 @@ def test_version(): - assert __version__ == "0.3.0" + assert __version__ == "0.4.0"