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'