Version 1.1
- Fixed a bug in bins.getvals handling the case where number of bins is 1.
  Example: 
      lst <- bins(c(rep(1,5), rep(0, 1000)), target.bins=3, minpts=10)
      bins.getvals(lst)
  
- Updated maintainer email and copyrights

Version 1.0
First public release. 
