Skip to content

Commit

Permalink
v0.7.0 - Mulai ulang proyek
Browse files Browse the repository at this point in the history
  • Loading branch information
hexatester committed Jan 17, 2021
1 parent 4cfcfa1 commit 9c95b8c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ password = 'password dapodik'

d = Dapodik(email, password)

sekolah = d.Sekolah()
sekolah = d.sekolah()
print(sekolah)
```

Expand Down
2 changes: 1 addition & 1 deletion dapodik/version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python

__version__ = "0.6.1"
__version__ = "0.7.0"
__dapodik_version__ = "2021.c"
__semester__ = "20202"
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 = "dapodik"
version = "0.6.1"
version = "0.7.0"
description = "SDK python untuk aplikasi dapodik."
authors = ["hexatester <habibrohman@protonmail.com>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="dapodik",
version="0.6.1",
version="0.7.0",
description="SDK python untuk aplikasi dapodik.",
author="Habib Rohman",
author_email="habibrohman@protonmail.com",
Expand Down
2 changes: 1 addition & 1 deletion tests/test_dapodik.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@


def test_version():
assert __version__ == "0.6.1"
assert __version__ == "0.7.0"
assert __dapodik_version__ == "2021.c"
assert __semester__ == "20202"

0 comments on commit 9c95b8c

Please sign in to comment.