Skip to content

Commit 97b4fa8

Browse files
committed
Release 6.2.0
1 parent 1bc04ec commit 97b4fa8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

device_detector/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '6.1.0'
1+
__version__ = '6.2.0'
22
from .settings import *
33
from .parser import *
44
from .device_detector import *

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "device_detector"
7-
version = "6.1.0"
7+
version = "6.2.0"
88
description="Python3 port of matomo's Device Detector"
99
readme = "README.md"
1010
license = {file = "device_detector/LICENSE.md"}

0 commit comments

Comments
 (0)