diff --git a/CHANGELOG.md b/CHANGELOG.md index c005c0c1..5b1dea39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,10 +16,14 @@ avoid adding features or APIs which do not map onto the - None -## [3.7.5] - 2022-11-23 +## [3.7.6] - 2022-11-23 - Build Python 3.11 wheels (#299) +## [3.7.5] - 2022-11-23 + +- BAD RELEASE + ## [3.7.4] - 2022-04-14 - Website and API documentation; along with docstring cleanup. diff --git a/src/h3/_version.py b/src/h3/_version.py index 8ca8c7ae..6657e04e 100644 --- a/src/h3/_version.py +++ b/src/h3/_version.py @@ -1,4 +1,4 @@ -__version__ = '3.7.5' +__version__ = '3.7.6' __description__ = 'Hierarchical hexagonal geospatial indexing system' __url__ = 'https://github.com/uber/h3-py' __license__ = "Apache 2.0 License"