Skip to content

Commit b8cac27

Browse files
committed
v5.0.1
1 parent fe93d34 commit b8cac27

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
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "udger-v4"
7-
version = "5.0.0"
7+
version = "5.0.1"
88
authors = [{ name="The Udger Team", email="[email protected]" }]
99
description = "Fast and reliable User Agent parser and IP classifier for Python"
1010
readme = "README.md"

setup.py

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

44
setup(
55
name='udger-v4',
6-
version='5.0.0',
6+
version='5.0.1',
77
license='BSD',
88
author='The Udger Team',
99
author_email='[email protected]',

0 commit comments

Comments
 (0)