Skip to content

Commit 87e2ab3

Browse files
author
semantic-release
committed
release: 🚀 v0.16.2
1 parent 79a7505 commit 87e2ab3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎pyproject.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pyle38"
3-
version = "0.16.1"
3+
version = "0.16.2"
44
description = "python client for Tile38"
55
authors = [{ name = "Benjamin Ramser", email = "iwpnd@posteo.de" }]
66
readme = "README.md"

‎src/pyle38/__init__.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = "0.16.1"
1+
__version__ = "0.16.2"
22

33
from .tile38 import Tile38

0 commit comments

Comments
 (0)