diff --git a/CHANGELOG.md b/CHANGELOG.md index 90923e8..4e46671 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) -## Unreleased +## [6.0.0] - 2024-04-08 ### Added diff --git a/geoconvert/__init__.py b/geoconvert/__init__.py index 46b6b77..51d819f 100644 --- a/geoconvert/__init__.py +++ b/geoconvert/__init__.py @@ -1,2 +1,2 @@ __author__ = "Octopusmind " -__version__ = "5.0.0" +__version__ = "6.0.0"