Skip to content

Commit 9ab01b0

Browse files
committed
v0.9.0
1 parent 60d8ffe commit 9ab01b0

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.9.0:
22
* add dna-features-viewer-lite as dependency
33
* core:
44
- add tobiopython and frombiopython methods to Feature and FeatureList classes,

src/sugar/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Sugar -- A Python framework for bioinformatics
33
"""
44

5-
__version__ = '0.8.1-dev'
5+
__version__ = '0.9.0'
66

77
from sugar.core.meta import Attr, Meta
88
from sugar.core.fts import Feature, FeatureList, Location

0 commit comments

Comments
 (0)