We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fc581e commit 34ec263Copy full SHA for 34ec263
README.md
@@ -12,7 +12,7 @@ The sugar project aims to provide a lightweight framework for bioinformatics.
12
13
### Documentation
14
15
-* [API documentation](https://sugar.readthedocs.io)
+* [API documentation](https://rnajena-sugar.readthedocs.io)
16
* Short tutorial: [notebook](https://nbviewer.jupyter.org/github/rnajena/sugar/blob/master/docs/notebooks/sugar_tutorial.ipynb)
17
* Consult and contribute to wiki
18
sugar/__init__.py
@@ -52,7 +52,7 @@
52
The test suite can be run with ``sugar test``.
53
"""
54
55
-__version__ = '0.1.0'
+__version__ = '0.1.1'
56
57
from sugar.core.meta import Attr, Meta
58
from sugar.core.fts import Feature, FeatureList, Location
0 commit comments