diff --git a/README.md b/README.md index aa9bf8e..6616d30 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ The sugar project aims to provide a lightweight framework for bioinformatics. ### Documentation -* [API documentation](https://sugar.readthedocs.io) +* [API documentation](https://rnajena-sugar.readthedocs.io) * Short tutorial: [notebook](https://nbviewer.jupyter.org/github/rnajena/sugar/blob/master/docs/notebooks/sugar_tutorial.ipynb) * Consult and contribute to wiki diff --git a/sugar/__init__.py b/sugar/__init__.py index 7442f09..c86a43e 100644 --- a/sugar/__init__.py +++ b/sugar/__init__.py @@ -52,7 +52,7 @@ The test suite can be run with ``sugar test``. """ -__version__ = '0.1.0' +__version__ = '0.1.1' from sugar.core.meta import Attr, Meta from sugar.core.fts import Feature, FeatureList, Location