From f7732dbd66a11a11588bf722b04561c852b7fd3a Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Tue, 19 Mar 2024 12:54:11 -0700 Subject: [PATCH] Update for v2.6.0 --- maxminddb/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/maxminddb/__init__.py b/maxminddb/__init__.py index fdfe94e..032b60f 100644 --- a/maxminddb/__init__.py +++ b/maxminddb/__init__.py @@ -81,7 +81,7 @@ def open_database( __title__ = "maxminddb" -__version__ = "2.5.2" +__version__ = "2.6.0" __author__ = "Gregory Oschwald" __license__ = "Apache License, Version 2.0" __copyright__ = "Copyright 2013-2024 MaxMind, Inc." diff --git a/pyproject.toml b/pyproject.toml index 7b11b81..5bdac31 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "maxminddb" -version = "2.5.2" +version = "2.6.0" description = "Reader for the MaxMind DB format" authors = [ {name = "Gregory Oschwald", email = "goschwald@maxmind.com"},