Skip to content

Commit

Permalink
Update for v2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwald committed Nov 9, 2023
1 parent 1baca53 commit f72d69b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion maxminddb/__init__.py
Expand Up @@ -81,7 +81,7 @@ def open_database(


__title__ = "maxminddb"
__version__ = "2.5.0"
__version__ = "2.5.1"
__author__ = "Gregory Oschwald"
__license__ = "Apache License, Version 2.0"
__copyright__ = "Copyright 2013-2023 MaxMind, Inc."
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "maxminddb"
version = "2.5.0"
version = "2.5.1"
description = "Reader for the MaxMind DB format"
authors = [
{name = "Gregory Oschwald", email = "goschwald@maxmind.com"},
Expand Down

0 comments on commit f72d69b

Please sign in to comment.