From cbe96828ebcf1f59fcfc48c248cb83d49cd27e24 Mon Sep 17 00:00:00 2001 From: Robert Marianski Date: Tue, 28 May 2024 20:47:05 -0400 Subject: [PATCH] Bump version post release --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39fe407..4457013 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## Version 2.1.1 + +_In development_ + ## Version 2.1.0 - Drop the support for Python 3.8 and add the support for Python 3.12 diff --git a/pyproject.toml b/pyproject.toml index 2c0dd9b..be8fc37 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mapbox-vector-tile" -version = "2.1.0" +version = "2.1.1" description = "Mapbox Vector Tile encoding and decoding." license = "MIT" authors = [