Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
trichter committed Nov 8, 2024
1 parent c921cef commit 3b4cc5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dev:
v0.4.0:
* core:
- add sort, filter and groupby methods to FeatureList and BioBasket
- BioSeq.match: rename orf option to rf, allow tuple-like arguments
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.4.0-dev'
__version__ = '0.4.0'

from sugar.core.meta import Attr, Meta
from sugar.core.fts import Feature, FeatureList, Location
Expand Down

0 comments on commit 3b4cc5b

Please sign in to comment.