diff --git a/CHANGES b/CHANGES index ebdcfd925e0af329a9a762e0786c0e3d41eabfe2..dd75f45fd16724be70aa5970c1788f3c0b178bdb 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,4 @@ #CHANGES +2016-07-15: Add new convenience functions from PyFVCOM to TAPPY instead. 2016-07-05: New version which can be imported as a module. diff --git a/setup.py b/setup.py index 71c04244511a323cec7f50d93d1f87f6e27f8cb9..57c135127bfd3b9867cdccf06b214ddef05e68f2 100755 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ Topic :: Software Development :: Libraries :: Python Modules setup( name = "TAPPY", - version = "0.10.1", + version = "0.10.2", author = "Tim Cera, Pierre Cazenave", author_email = "tim@cerazone.net, pica@pml.ac.uk", description = ("TAPPY is a tidal analysis package. It breaks down an hourly record of water levels into the component sine waves."),