Skip to content

Commit

Permalink
Bumping version from 0.16.2 to 0.16.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hexatester committed Aug 9, 2021
1 parent 1d1436e commit cc7d2cc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dapodik/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python

__version__ = "0.16.2"
__version__ = "0.16.3"
__dapodik_version__ = "2022"
__semester__ = "20211"
__tahun_ajaran__ = "2021"
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.16.2"
version = "0.16.3"
description = "SDK python untuk aplikasi dapodik."
authors = ["hexatester <habibrohman@protonmail.com>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


def test_version():
assert __version__ == "0.16.2"
assert __version__ == "0.16.3"


def test_dapodik_version():
Expand Down

0 comments on commit cc7d2cc

Please sign in to comment.