Skip to content

Commit f5ebe33

Browse files
committed
sebaubuntu_libs: v1.6.1
Change-Id: I3370d305b902894ba79ece2e5c12f3323990c662
1 parent e1a4f0f commit f5ebe33

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

poetry.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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 = "sebaubuntu_libs"
3-
version = "1.6.0"
3+
version = "1.6.1"
44
description = "SebaUbuntu's shared libs"
55
authors = ["Sebastiano Barezzi <[email protected]>"]
66
license = "Apache-2.0"

sebaubuntu_libs/__init__.py

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

77
from pathlib import Path
88

9-
__version__ = "1.6.0"
9+
__version__ = "1.6.1"
1010

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

0 commit comments

Comments
 (0)