Skip to content

Commit 6a76a7c

Browse files
committed
liblineage: v1.5.0
Change-Id: I52b5d9823b97aad8e0f974dee681c0ee1a4db1f8
1 parent 49e93c5 commit 6a76a7c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

liblineage/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
from pathlib import Path
99

10-
__version__ = "1.4.4"
10+
__version__ = "1.5.0"
1111

1212
module_path = Path(__file__).parent
1313
current_path = Path.cwd()

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 = "liblineage"
3-
version = "1.4.4"
3+
version = "1.5.0"
44
description = "LineageOS utils library"
55
authors = ["Sebastiano Barezzi <barezzisebastiano@gmail.com>"]
66
license = "LGPL-3.0-or-later"

0 commit comments

Comments
 (0)