We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bc04ec commit 97b4fa8Copy full SHA for 97b4fa8
2 files changed
device_detector/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = '6.1.0'
+__version__ = '6.2.0'
2
from .settings import *
3
from .parser import *
4
from .device_detector import *
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
5
[project]
6
name = "device_detector"
7
-version = "6.1.0"
+version = "6.2.0"
8
description="Python3 port of matomo's Device Detector"
9
readme = "README.md"
10
license = {file = "device_detector/LICENSE.md"}
0 commit comments