Skip to content

Commit a242dbb

Browse files
committed
Bumping version from 1.0.1 to 1.1.0
1 parent a248d48 commit a242dbb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

covid19_id/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.0.1"
1+
__version__ = "1.1.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "covid19-id"
3-
version = "1.0.1"
3+
version = "1.1.0"
44
description = "Python module for getting Indonesian covid19 data from covid19.go.id"
55
authors = ["hexatester <hexatester@protonmail.com>"]
66
homepage = "https://github.com/hexatester/covid19-id"

tests/test_covid19_id.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33

44
def test_version():
5-
assert __version__ == "1.0.1"
5+
assert __version__ == "1.1.0"

0 commit comments

Comments
 (0)