From eab817d0af2491c979cde9b746d84822f03980ae Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 18 Nov 2021 20:42:18 +0000 Subject: [PATCH] chore: release 0.1.0 --- CHANGELOG.md | 12 ++++++++++++ pygeofilter/__init__.py | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 856786f..742094f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.1.0](https://www.github.com/geopython/pygeofilter/compare/v0.1.0...v0.1.0) (2021-11-18) + + +### Features + +* Fixing release-please package name ([2b666fc](https://www.github.com/geopython/pygeofilter/commit/2b666fc5b09c2ff15fa954f035a342542aa3577f)) + + +### Miscellaneous Chores + +* release 0.1.0 ([d5e4971](https://www.github.com/geopython/pygeofilter/commit/d5e49718f7f2c7936649217b286ebad42b168a23)) + ## 0.1.0 (2021-11-18) diff --git a/pygeofilter/__init__.py b/pygeofilter/__init__.py index f62c14c..d0b285b 100644 --- a/pygeofilter/__init__.py +++ b/pygeofilter/__init__.py @@ -25,4 +25,4 @@ # THE SOFTWARE. # ------------------------------------------------------------------------------ -__version__ = '0.0.5' +__version__ = '0.1.0'