We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79a7505 commit 87e2ab3Copy full SHA for 87e2ab3
‎pyproject.toml‎
@@ -1,6 +1,6 @@
1
[project]
2
name = "pyle38"
3
-version = "0.16.1"
+version = "0.16.2"
4
description = "python client for Tile38"
5
authors = [{ name = "Benjamin Ramser", email = "iwpnd@posteo.de" }]
6
readme = "README.md"
‎src/pyle38/__init__.py‎
@@ -1,3 +1,3 @@
-__version__ = "0.16.1"
+__version__ = "0.16.2"
from .tile38 import Tile38
0 commit comments