diff --git a/README.md b/README.md index c3e153c..e843f0d 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,7 @@ Please see the [transform tutorial](https://navis.readthedocs.io/en/latest/sourc for navis to learn how to use the data `flybrains` provides. ## Changes +- `0.1.11` (02/08/21): make downloads work if file size unknown - `0.1.10` (01/08/21): fix bug that led to warnings during transform registration on Windows systems - `0.1.9` (05/05/21): fixed mesh normals; fixed JRCFIB2018F units to nm and added JRCFIB2018Fum template; - `0.1.8` (10/04/21): add a simple symmetrization transform for FAFB: `FAFB14sym` diff --git a/flybrains/__version__.py b/flybrains/__version__.py index c458f89..d76bfb6 100644 --- a/flybrains/__version__.py +++ b/flybrains/__version__.py @@ -11,5 +11,5 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -__version__ = '0.1.10' -__version_vector__ = (0, 1, 10) +__version__ = '0.1.11' +__version_vector__ = (0, 1, 11)