From f68405c4d512813d71da3e7a5d46ae74af595b74 Mon Sep 17 00:00:00 2001 From: zyd Date: Wed, 8 Jun 2022 11:36:29 +0900 Subject: [PATCH] release 0.2.2 --- README.md | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 68c4a51..2599817 100644 --- a/README.md +++ b/README.md @@ -215,7 +215,7 @@ R.equals(float('nan'), float('nan')) # True - [x] 0.1.2 indexOf - [ ] init - [ ] innerJoin -- [x] insert +- [x] 0.2.2 insert - [ ] insertAll - [x] 0.1.2 intersection - [ ] intersperse @@ -478,7 +478,7 @@ R.propEq(1, 'v1', {'v1': 1}) # True - [x] 0.1.2 reduceRight - [ ] reduceWhile - [x] 0.1.2 reject -- [x] remove +- [x] 0.2.2 remove - [x] 0.1.4 repeat - [ ] replace - [x] 0.1.2 reverse diff --git a/setup.py b/setup.py index aa2c936..1d63097 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ # eg: 1.0.0, 1.0.1, 3.0.2, 5.0-beta, etc. # You CANNOT upload two versions of your package with the same version number # This field is REQUIRED - version="0.2.0", + version="0.2.2", # The packages that constitute your project. # For my project, I have only one - "pydash".