Skip to content

Commit 3b4cc5b

Browse files
committed
v0.4.0
1 parent c921cef commit 3b4cc5b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
dev:
1+
v0.4.0:
22
* core:
33
- add sort, filter and groupby methods to FeatureList and BioBasket
44
- BioSeq.match: rename orf option to rf, allow tuple-like arguments

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.4.0-dev'
55+
__version__ = '0.4.0'
5656

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

0 commit comments

Comments
 (0)