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 c921cef commit 3b4cc5bCopy full SHA for 3b4cc5b
CHANGELOG
@@ -1,4 +1,4 @@
1
-dev:
+v0.4.0:
2
* core:
3
- add sort, filter and groupby methods to FeatureList and BioBasket
4
- BioSeq.match: rename orf option to rf, allow tuple-like arguments
sugar/__init__.py
@@ -52,7 +52,7 @@
52
The test suite can be run with ``sugar test``.
53
"""
54
55
-__version__ = '0.4.0-dev'
+__version__ = '0.4.0'
56
57
from sugar.core.meta import Attr, Meta
58
from sugar.core.fts import Feature, FeatureList, Location
0 commit comments