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 60d8ffe commit 9ab01b0Copy full SHA for 9ab01b0
CHANGELOG
@@ -1,4 +1,4 @@
1
-dev:
+v0.9.0:
2
* add dna-features-viewer-lite as dependency
3
* core:
4
- add tobiopython and frombiopython methods to Feature and FeatureList classes,
src/sugar/__init__.py
@@ -2,7 +2,7 @@
Sugar -- A Python framework for bioinformatics
"""
5
-__version__ = '0.8.1-dev'
+__version__ = '0.9.0'
6
7
from sugar.core.meta import Attr, Meta
8
from sugar.core.fts import Feature, FeatureList, Location
0 commit comments