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".