Skip to content

Commit

Permalink
update doc link, v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
trichter committed May 29, 2024
1 parent 1fc581e commit 34ec263
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion sugar/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 34ec263

Please sign in to comment.