We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a248d48 commit a242dbbCopy full SHA for a242dbb
covid19_id/version.py
@@ -1 +1 @@
1
-__version__ = "1.0.1"
+__version__ = "1.1.0"
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
2
name = "covid19-id"
3
-version = "1.0.1"
+version = "1.1.0"
4
description = "Python module for getting Indonesian covid19 data from covid19.go.id"
5
authors = ["hexatester <hexatester@protonmail.com>"]
6
homepage = "https://github.com/hexatester/covid19-id"
tests/test_covid19_id.py
@@ -2,4 +2,4 @@
def test_version():
- assert __version__ == "1.0.1"
+ assert __version__ == "1.1.0"
0 commit comments