Skip to content

Commit 34ec263

Browse files
committed
update doc link, v0.1.1
1 parent 1fc581e commit 34ec263

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The sugar project aims to provide a lightweight framework for bioinformatics.
1212

1313
### Documentation
1414

15-
* [API documentation](https://sugar.readthedocs.io)
15+
* [API documentation](https://rnajena-sugar.readthedocs.io)
1616
* Short tutorial: [notebook](https://nbviewer.jupyter.org/github/rnajena/sugar/blob/master/docs/notebooks/sugar_tutorial.ipynb)
1717
* Consult and contribute to wiki
1818

sugar/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
The test suite can be run with ``sugar test``.
5353
"""
5454

55-
__version__ = '0.1.0'
55+
__version__ = '0.1.1'
5656

5757
from sugar.core.meta import Attr, Meta
5858
from sugar.core.fts import Feature, FeatureList, Location

0 commit comments

Comments
 (0)