diff --git a/README.md b/README.md index f47a837..3815ece 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,8 @@ [![codecov](https://codecov.io/gh/nbara/python-meegkit/branch/master/graph/badge.svg)](https://codecov.io/gh/nbara/python-meegkit) [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/nbara/python-meegkit/master) [![DOI](https://zenodo.org/badge/117451752.svg)](https://zenodo.org/badge/latestdoi/117451752) -[![twitter](https://img.shields.io/twitter/follow/lebababa?style=flat&logo=Twitter)](https://twitter.com/intent/follow?screen_name=lebababa) +[![Bluesky](https://img.shields.io/badge/Bluesky-0285FF?logo=bluesky&logoColor=fff&label=Follow%20me%20on&color=0285FF)](https://bsky.app/profile/nbara.bsky.social) + # `MEEGkit` diff --git a/meegkit/__init__.py b/meegkit/__init__.py index 8ed3019..1954450 100644 --- a/meegkit/__init__.py +++ b/meegkit/__init__.py @@ -1,5 +1,5 @@ """M/EEG denoising utilities in python.""" -__version__ = "0.1.8" +__version__ = "0.1.9" from . import asr, cca, detrend, dss, lof, phase, ress, sns, star, trca, tspca, utils